Author: chromatic
Date: Tue Apr 25 09:05:55 2006
New Revision: 12425

Modified:
   trunk/t/pmc/file.t

Log:
Applied Andy Dougherty's patch #38978 to fix uninitialized register typo.

Modified: trunk/t/pmc/file.t
==============================================================================
--- trunk/t/pmc/file.t  (original)
+++ trunk/t/pmc/file.t  Tue Apr 25 09:05:55 2006
@@ -84,7 +84,7 @@
 
         $S1 = "xpto"
         $I1 = $P1."is_file"($S1)
-        $I1 = !I1
+        $I1 = !$I1
 
         if $I1 goto ok1
         print "not "

Reply via email to