IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

update pmConfigConvertFilename() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

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