IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33913 for trunk/psModules


Ignore:
Timestamp:
May 25, 2012, 11:01:07 AM (14 years ago)
Author:
bills
Message:

Put the stack_id into the psphotStack output cmf file names instead of an integer

Location:
trunk/psModules/src/camera
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfile.c

    r33690 r33913  
    382382        // Number of the file in list
    383383        psString num = NULL;            // Number to use
    384         psStringAppend(&num, "%03d", file->fileID);
     384        psStringAppend(&num, "%" PRId64, file->fileID);
    385385        psStringSubstitute(&newRule, num, "{FILE.ID}");
    386386        psFree(num);
  • trunk/psModules/src/camera/pmFPAfile.h

    r33690 r33913  
    114114
    115115    int fileIndex;                      // Index of file
    116     int fileID;                         // internal sequence number
     116    psS64 fileID;                       // internal sequence number
    117117
    118118    psS64 imageId, sourceId;            // Image and source identifiers
Note: See TracChangeset for help on using the changeset viewer.