Changeset 10797
- Timestamp:
- Dec 17, 2006, 12:00:28 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/images.c
r10505 r10797 75 75 SetGraph (graphmode); 76 76 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); 78 79 BuildChipMatch (image, Nimage); 79 80
Note:
See TracChangeset
for help on using the changeset viewer.
