- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/config/pmConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/psModules/src/config/pmConfig.c
r27083 r27517 1722 1722 nebServerFree(server); 1723 1723 1724 // Check to ensure it's there. Never create, because Nebulous has done that for us.1725 if (!checkPath(path, false, trunc)) {1724 // Check to ensure it's there. Will create the file if Nebulous failed to do so. 1725 if (!checkPath(path, create, trunc)) { 1726 1726 psError(psErrorCodeLast(), false, "Cannot find file %s", path); 1727 1727 psFree(path);
Note:
See TracChangeset
for help on using the changeset viewer.
