IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2009, 4:05:40 PM (17 years ago)
Author:
eugene
Message:

missing single quotes around the label

File:
1 edited

Legend:

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

    r23997 r24059  
    13261326        psStringAppend(&whereClause, "\n%s (diffRun.diff_id IS NULL", whereClause ? "AND" : "WHERE");
    13271327        if (label) {
    1328             psStringAppend(&whereClause, " OR diffRun.label != %s", label);
     1328            psStringAppend(&whereClause, " OR diffRun.label != '%s'", label);
    13291329        }
    13301330        psStringAppend(&whereClause, ")");
Note: See TracChangeset for help on using the changeset viewer.