Author: rra
Date: 2008-03-13 02:39:19 +0100 (Thu, 13 Mar 2008)
New Revision: 1265

Modified:
   trunk/checks/files
Log:
Minor improvement to handle a trailing 0 in the numeric ID index.


Modified: trunk/checks/files
===================================================================
--- trunk/checks/files  2008-03-12 23:01:25 UTC (rev 1264)
+++ trunk/checks/files  2008-03-13 01:39:19 UTC (rev 1265)
@@ -884,7 +884,7 @@
 }
 close(IN);
 
-fail("mismatching contents of index files") if <NUMERIC>;
+fail("mismatching contents of index files") if defined <NUMERIC>;
 close(NUMERIC);
 
 #check for sect: games but nothing in /usr/games. Check for any binary to


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to