projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
96fa62a
)
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
patch
|
blob
|
blame
|
history
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++ = '.';