IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.