- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/imregister/imphot/output.c
r21508 r27838 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.
