Change 14766 by jhi@alpha on 2002/02/19 04:57:59

        Misplaced block end.

Affected files ...

.... //depot/perl/utf8.c#176 edit

Differences ...

==== //depot/perl/utf8.c#176 (text) ====
Index: perl/utf8.c
--- perl/utf8.c.~1~     Mon Feb 18 22:15:05 2002
+++ perl/utf8.c Mon Feb 18 22:15:05 2002
@@ -1348,8 +1348,8 @@
                   Copy(tmpbuf, ustrp, len, U8);
 #else
                   Copy(s, ustrp, len, U8);
+#endif
              }
-#endif
         }
     }
 
End of Patch.

Reply via email to