IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2010, 1:56:33 PM (16 years ago)
Author:
Paul Price
Message:

Create file if Nebulous failed to do so.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r27083 r27161  
    17221722        nebServerFree(server);
    17231723
    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)) {
    17261726            psError(psErrorCodeLast(), false, "Cannot find file %s", path);
    17271727            psFree(path);
Note: See TracChangeset for help on using the changeset viewer.