- Timestamp:
- Jun 21, 2011, 6:45:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/images.c
r30612 r31657 130 130 131 131 /* it is not an error for the database not to have any images */ 132 if ((image = LoadImages (&Nimage)) == NULL) return (TRUE);132 if ((image = LoadImagesDVO (&Nimage)) == NULL) return (TRUE); 133 133 BuildChipMatch (image, Nimage); 134 134 … … 355 355 free (Xvec.elements.Flt); 356 356 free (Yvec.elements.Flt); 357 FreeImages (image);357 FreeImagesDVO (image); 358 358 FREE (foundMosaic); 359 359 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
