Changeset 40043 for trunk/ippTools/src/pzgetimfiles.c
- Timestamp:
- May 18, 2017, 11:47:54 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pzgetimfiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetimfiles.c
r31445 r40043 393 393 // check that we have the right number of tokens 394 394 // print "# uri fileid bytes md5sum type \n"; 395 if ( !psListLength(tokens) > 5) {395 if (psListLength(tokens) < 6) { 396 396 psError(PS_ERR_UNKNOWN, true, "invalid line format: %s", line); 397 397 psFree(tokens);
Note:
See TracChangeset
for help on using the changeset viewer.
