Changeset 18728
- Timestamp:
- Jul 24, 2008, 4:03:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/psModules/src/config/pmConfig.c
r18622 r18728 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.
