Changeset 20254 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Oct 17, 2008, 3:03:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r19111 r20254 1520 1520 if (!checkPath(newName, create, trunc)) { 1521 1521 // let checkPath()'s psError() call float up 1522 psError(PS_ERR_UNKNOWN, false, "error from checkPath for file:// (%s)", newName); 1522 1523 psFree (newName); 1523 1524 return NULL; … … 1569 1570 if (!checkPath(newName, create, trunc)) { 1570 1571 // let checkPath()'s psError() call float up 1572 psError(PS_ERR_UNKNOWN, false, "error from checkPath for path:// (%s)", newName); 1571 1573 psFree (newName); 1572 1574 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
