Thinko in manual patch applying.
Jarkko Hietaniemi [Mon, 9 Apr 2001 13:15:13 +0000 (13:15 +0000)]
p4raw-id: //depot/perl@9661

sv.c

diff --git a/sv.c b/sv.c
index a891a88..5778adb 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -1469,7 +1469,7 @@ S_not_a_number(pTHX_ SV *sv)
            *d++ = toCTRL(ch);
        }
     }
-    if (*s < end) {
+    if (s < end) {
        *d++ = '.';
        *d++ = '.';
        *d++ = '.';