IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2008, 10:28:59 AM (18 years ago)
Author:
jhoblitt
Message:

add truncate parameter to pmConfigConvertFilename()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMetadataStats.c

    r18007 r18061  
    4545
    4646    // convert to a real UNIX filename
    47     psString resolved = pmConfigConvertFilename(filename, config, true); // Resolved filename
     47    psString resolved = pmConfigConvertFilename(filename, config, true, false); // Resolved filename
    4848    FILE *statsFile = fopen (resolved, "w");
    4949    if (!statsFile) {
Note: See TracChangeset for help on using the changeset viewer.