summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-09 13:15:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-09 13:15:13 +0000
commite71c662575b0eacf7e7e6e47ee6a2e23313ee8e7 (patch)
tree501f82874e8f17fc6496df18bfa56b77da3b4b7f /sv.c
parent96fa62ad548d6e808f1530052e817f845408c4bb (diff)
downloadperl-e71c662575b0eacf7e7e6e47ee6a2e23313ee8e7.tar.gz
Thinko in manual patch applying.
p4raw-id: //depot/perl@9661
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index a891a88e4a..5778adb2e6 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++ = '.';