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/ppStats/src/ppStats.c

    r14020 r18061  
    2727    if (argc == 2) {
    2828        outName = argv[1];
    29         psString resolved = pmConfigConvertFilename(outName, config, true); // Resolved filename
     29        psString resolved = pmConfigConvertFilename(outName, config, true, false); // Resolved filename
    3030
    3131        if (resolved && strlen(resolved) > 0) {
Note: See TracChangeset for help on using the changeset viewer.