IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17609


Ignore:
Timestamp:
May 9, 2008, 11:07:13 AM (18 years ago)
Author:
eugene
Message:

NULL result from db can be the string "NULL"

File:
1 edited

Legend:

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

    r17226 r17609  
    653653    // we can't start a warp run unlesss tess_id is defined
    654654    if ((pendingRow->end_stage && psStrcasestr(pendingRow->end_stage, "cam"))
    655         || pendingRow->tess_id == NULL) {
     655        || (pendingRow->tess_id == NULL) || psStrcasestr(pendingRow->tess_id, "NULL")) {
    656656        psFree(row);
    657657        psFree(pendingRow);
Note: See TracChangeset for help on using the changeset viewer.