IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40043


Ignore:
Timestamp:
May 18, 2017, 11:47:54 AM (9 years ago)
Author:
eugene
Message:

fix logic error

File:
1 edited

Legend:

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

    r31445 r40043  
    393393        // check that we have the right number of tokens
    394394        // print "# uri fileid bytes md5sum type \n";
    395         if (!psListLength(tokens) > 5) {
     395        if (psListLength(tokens) < 6) {
    396396            psError(PS_ERR_UNKNOWN, true, "invalid line format: %s", line);
    397397            psFree(tokens);
Note: See TracChangeset for help on using the changeset viewer.