Make sv_vcatpvfn() complain when special formats "%s" and "%.0f" can't find their...
authorVincent Pit <perl@profvince.com>
Thu, 6 May 2010 18:28:58 +0000 (20:28 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 6 May 2010 18:38:58 +0000 (20:38 +0200)
commit5b98cd54dff3b16344eab33ce6b09fb6fb1b89c2
tree90249c5b1908210a603e34132ac9bcc0586fbd24
parentfa861958788779f82cb4c14d67b583bc18a75ef9
Make sv_vcatpvfn() complain when special formats "%s" and "%.0f" can't find their argument

This fixes [RT #62874] : printf does not print a warning when a lone %s conversion is used
sv.c
t/op/sprintf.t