Extract format parameter later when vectorizing.
authorHugo van der Sanden <hv@crypt.org>
Sun, 6 Feb 2011 11:29:44 +0000 (11:29 +0000)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 8 Feb 2011 05:29:10 +0000 (21:29 -0800)
commited3620047cbcd5e33ad8cb680d294729e6e3b466
treedc8daaf2ff59f659c2f1177b279edde201ff4384
parentd1de25c989e501d694324d71b1d2328a9a9f99a1
Extract format parameter later when vectorizing.

The handling of sprintf '%vx' extracts the format parameter when the 'v' is
seen, ignoring the fact that other formatting options still to be checked
for may need to get the "next parameter" before we get to the format
parameter. Moved the extraction block later, and reindented the rest.
sv.c