IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2015, 1:27:50 PM (11 years ago)
Author:
bills
Message:

fail if pxDataGet fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pstamptool.c

    r38158 r38194  
    19501950
    19511951    psString query = pxDataGet("pstamptool_listuser.sql");
     1952    if (!query) {
     1953        psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement from pstamptool_listuser.sql");
     1954        return false;
     1955    }
    19521956
    19531957    psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
Note: See TracChangeset for help on using the changeset viewer.