summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-07-18 00:36:20 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-17 21:51:10 +0000
commita472f20992c59c78d978c548ff03c69e1ea7dffe (patch)
tree9858ec50b6f62f51b40be8a5a10c114a59ce0433 /sv.c
parentc6261f3b8f19d9323284da1161283a11e2d7d63a (diff)
downloadperl-a472f20992c59c78d978c548ff03c69e1ea7dffe.tar.gz
Re: sprintf: fix and docs
Message-Id: <200207172236.g6HMaKU16388@crypt.compulink.co.uk> p4raw-id: //depot/perl@17614
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 2c31193985..fe7c0d4607 100644
--- a/sv.c
+++ b/sv.c
@@ -7777,7 +7777,7 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
We allow format specification elements in this order:
\d+\$ explicit format parameter index
[-+ 0#]+ flags
- v|*(\d+\$)?v vector with optional (optionally specified) arg
+ v|\*(\d+\$)?v vector with optional (optionally specified) arg
\d+|\*(\d+\$)? width using optional (optionally specified) arg
\.(\d*|\*(\d+\$)?) precision using optional (optionally specified) arg
[hlqLV] size