IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2008, 10:58:29 AM (18 years ago)
Author:
Paul Price
Message:

Statistics files should be truncated.

File:
1 edited

Legend:

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

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