Index: trunk/ippTools/src/pzgetimfiles.c
===================================================================
--- trunk/ippTools/src/pzgetimfiles.c	(revision 31445)
+++ trunk/ippTools/src/pzgetimfiles.c	(revision 40043)
@@ -393,5 +393,5 @@
         // check that we have the right number of tokens
         // print "# uri fileid bytes md5sum type \n";
-        if (!psListLength(tokens) > 5) {
+        if (psListLength(tokens) < 6) {
             psError(PS_ERR_UNKNOWN, true, "invalid line format: %s", line);
             psFree(tokens);
