From: Jarkko Hietaniemi Date: Mon, 9 Apr 2001 13:15:13 +0000 (+0000) Subject: Thinko in manual patch applying. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e71c662575b0eacf7e7e6e47ee6a2e23313ee8e7;p=p5sagit%2Fp5-mst-13.2.git Thinko in manual patch applying. p4raw-id: //depot/perl@9661 --- diff --git a/sv.c b/sv.c index a891a88..5778adb 100644 --- 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++ = '.';