diff options
author | Robin Barker <RMBarker@cpan.org> | 2005-07-13 18:29:48 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-07-13 16:27:43 +0000 |
commit | 858a90f980dd074da7b777d2a853a60c6e058f77 (patch) | |
tree | 1529698d87d31c53e47dffba2224305ca026111d /sv.c | |
parent | 85e1fcb9f8c620d3a6c130ccc46498f8937994b3 (diff) | |
download | perl-858a90f980dd074da7b777d2a853a60c6e058f77.tar.gz |
Error in earlier patch in sv.c
Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
p4raw-id: //depot/perl@25137
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9049,9 +9049,11 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV } if (!asterisk) + { if( *q == '0' ) fill = *q++; EXPECT_NUMBER(q, width); + } if (vectorize) { if (vectorarg) { |