Changeset 18830 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Jul 31, 2008, 2:01:26 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r18413 r18830 1627 1627 1628 1628 if (trunc) { 1629 if(truncate(filename, 0) != 0) { 1630 psError(PS_ERR_IO, true, "Failed to truncate file, %s\n", filename); 1631 nebServerFree(server); 1629 if(truncate(path, 0) != 0) { 1630 psError(PS_ERR_IO, true, "Failed to truncate Nebulous file %s (real name %s)\n", filename, path); 1632 1631 return NULL; 1633 1632 }
Note:
See TracChangeset
for help on using the changeset viewer.
