IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26181


Ignore:
Timestamp:
Nov 18, 2009, 10:20:49 AM (16 years ago)
Author:
bills
Message:

don't pass NULL clauses

File:
1 edited

Legend:

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

    r26180 r26181  
    383383    }
    384384
    385     psString whereClause = NULL;
     385    psString whereClause = psStringCopy("");
    386386    if (psListLength(where->list)) {
    387387        whereClause = psDBGenerateWhereConditionSQL(where, NULL);
     
    391391
    392392    // Add condition to get only templates or only inputs
    393     psString templateClause = NULL;
     393    psString templateClause = psStringCopy("");
    394394    {
    395395        if (template) {
Note: See TracChangeset for help on using the changeset viewer.