Change 15279 by jhi@alpha on 2002/03/18 01:19:40

        return at the wrong side of #endif.

Affected files ...

.... //depot/perl/util.c#331 edit

Differences ...

==== //depot/perl/util.c#331 (text) ====
Index: perl/util.c
--- perl/util.c.~1~     Sun Mar 17 18:30:06 2002
+++ perl/util.c Sun Mar 17 18:30:06 2002
@@ -3968,9 +3968,10 @@
         Perl_croak(aTHX_ "Unstable directory path, "
                    "current directory changed unexpectedly");
     }
+
+    return TRUE;
 #endif
 
-    return TRUE;
 #else
     return FALSE;
 #endif
End of Patch.

Reply via email to