- Timestamp:
- May 29, 2012, 5:09:48 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120405/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPAfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/psModules
- Property svn:mergeinfo changed
/trunk/psModules (added) merged: 33838,33848,33879,33913
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120405/psModules/src/camera/pmFPAfile.c
r33690 r33951 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);
Note:
See TracChangeset
for help on using the changeset viewer.
