Changeset 18068
- Timestamp:
- Jun 10, 2008, 11:08:35 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r18061 r18068 103 103 FILE *statsFile = NULL; // File stream for statistics 104 104 if (mdok && statsName && strlen(statsName) > 0) { 105 psString resolved = pmConfigConvertFilename(statsName, config, true, false);105 psString resolved = pmConfigConvertFilename(statsName, config, true, true); 106 106 statsFile = fopen(resolved, "w"); 107 107 if (!statsFile) {
Note:
See TracChangeset
for help on using the changeset viewer.
