IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23631


Ignore:
Timestamp:
Mar 31, 2009, 12:26:22 PM (17 years ago)
Author:
Paul Price
Message:

Fix syntax error.

File:
1 edited

Legend:

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

    r23630 r23631  
    13861386        const char *template = psMetadataLookupStr(NULL, row, "template_warp_id");
    13871387        const char *tess_id = psMetadataLookupStr(NULL, row, "tess_id");
    1388         if (!exp_id || !input_id || !template_id || !tess_id) {
     1388        if (!exp_id || !input_id || !template || !tess_id) {
    13891389            psError(PXTOOLS_ERR_PROG, false, "Identifiers not found");
    13901390            psFree(list);
Note: See TracChangeset for help on using the changeset viewer.