- Timestamp:
- Mar 17, 2010, 9:58:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/delstar/src/match_images.c
r16810 r27305 1 1 # include "delstar.h" 2 2 3 void match_images (Catalog *catalog, Image *image, int Nimage) {3 void match_images (Catalog *catalog, Image *image, off_t Nimage) { 4 4 5 int j, k, found;6 unsigned int*start, *stop;5 off_t j, k, found; 6 e_time *start, *stop; 7 7 8 8 /* this must be allocated so future free will not fail */
Note:
See TracChangeset
for help on using the changeset viewer.
