Changeset 27435 for trunk/Ohana/src/imregister/imphot/output.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/imphot/output.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/imphot/output.c
r21508 r27435 2 2 # include "imphot.h" 3 3 4 int output (Image *image, int *match, int Nmatch) {4 int output (Image *image, off_t *match, off_t Nmatch) { 5 5 6 6 int status; … … 22 22 } 23 23 24 int PrintSubset (Image *image, int *match, int Nmatch) {24 int PrintSubset (Image *image, off_t *match, off_t Nmatch) { 25 25 26 int i, j;26 off_t i, j; 27 27 char *timestr, *photstr; 28 28 static char PhotError[] = "unknown";
Note:
See TracChangeset
for help on using the changeset viewer.
