Changeset 8733 for trunk/ippTools/src
- Timestamp:
- Sep 1, 2006, 5:43:16 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
pzgetexp.c (modified) (1 diff)
-
regtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetexp.c
r7023 r8733 141 141 char *exp_type = psListGetAndIncrement(tokenCursor); // type 142 142 143 if (time) {} // silence unused warning 144 143 145 bool status = false; 144 146 char *camera_name = psMetadataLookupStr(&status, config->args, -
trunk/ippTools/src/regtool.c
r8711 r8733 391 391 psError(PS_ERR_UNKNOWN, false, "database error"); 392 392 } 393 psError(PS_ERR_UNKNOWN, false, "found % d rawImfiles but expected %d",393 psError(PS_ERR_UNKNOWN, false, "found %ld rawImfiles but expected %d", 394 394 psArrayLength(rawImfiles), newExp->imfiles); 395 395 psFree(newExp);
Note:
See TracChangeset
for help on using the changeset viewer.
