IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10797


Ignore:
Timestamp:
Dec 17, 2006, 12:00:28 AM (20 years ago)
Author:
eugene
Message:

no error on no images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/images.c

    r10505 r10797  
    7575  SetGraph (graphmode);
    7676 
    77   if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     77  /* it is not an error for the database not to have any images */
     78  if ((image = LoadImages (&Nimage)) == NULL) return (TRUE);
    7879  BuildChipMatch (image, Nimage);
    7980
Note: See TracChangeset for help on using the changeset viewer.