IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

update pmConfigConvertFilename() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppArith/src/ppArithLoop.c

    r15571 r18062  
    2121    FILE *statsFile = NULL;             // File stream for statistics
    2222    if (statsName && strlen(statsName) > 0) {
    23         psString resolved = pmConfigConvertFilename(statsName, config, true); // Resolved filename
     23        psString resolved = pmConfigConvertFilename(statsName, config, true, false); // Resolved filename
    2424        statsFile = fopen(resolved, "w");
    2525        if (!statsFile) {
Note: See TracChangeset for help on using the changeset viewer.