- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules/src/camera/pmFPAfile.c
r31671 r34041 382 382 // Number of the file in list 383 383 psString num = NULL; // Number to use 384 psStringAppend(&num, "% 03d", file->fileID);384 psStringAppend(&num, "%" PRId64, file->fileID); 385 385 psStringSubstitute(&newRule, num, "{FILE.ID}"); 386 386 psFree(num); … … 543 543 if (!strcasecmp(type, "PATTERN")) { 544 544 return PM_FPA_FILE_PATTERN; 545 } 546 if (!strcasecmp(type, "EXPNUM")) { 547 return PM_FPA_FILE_EXPNUM; 545 548 } 546 549 … … 589 592 case PM_FPA_FILE_PATTERN: 590 593 return "PATTERN"; 594 case PM_FPA_FILE_EXPNUM: 595 return "EXPNUM"; 591 596 default: 592 597 return ("NONE");
Note:
See TracChangeset
for help on using the changeset viewer.
