projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
00e1736
)
fix comment in change #18689
Hugo van der Sanden [Mon, 10 Feb 2003 22:08:05 +0000 (22:08 +0000)]
p4raw-link: @18689 on //depot/perl:
00e17364bade89e3a71981168e34fb6160652b0a
p4raw-id: //depot/perl@18690
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
37e1492
..
52a629c
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-8813,7
+8813,7
@@
Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
intsize = 'q';
#endif
break;
-/* [perl #20339] - we should accept and ignore %hf, %lf rather than die */
+/* [perl #20339] - we should accept and ignore %lf rather than die */
case 'l':
/* FALL THROUGH */
default: