IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18071


Ignore:
Timestamp:
Jun 10, 2008, 11:14:33 AM (18 years ago)
Author:
Paul Price
Message:

Truncate output file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNorm/src/ppNormCalc.c

    r18061 r18071  
    4848    }
    4949    if (argc == 3) {
    50         psString resolved = pmConfigConvertFilename(argv[2], config, true, false); // Resolved filename
     50        psString resolved = pmConfigConvertFilename(argv[2], config, true, true); // Resolved filename
    5151        outFile = fopen(resolved, "w");
    5252        if (!outFile) {
Note: See TracChangeset for help on using the changeset viewer.