From: Malcolm Beattie Date: Thu, 28 Aug 1997 19:40:08 +0000 (+0000) Subject: Missing sprintf in try_autoload. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c07cce7110cc5e8191dab9e9c2e9d7e22f15054;p=p5sagit%2Fp5-mst-13.2.git Missing sprintf in try_autoload. p4raw-id: //depot/perlext/Compiler@46 --- diff --git a/B/C.pm b/B/C.pm index 806ec37..4ca8219 100644 --- a/B/C.pm +++ b/B/C.pm @@ -579,8 +579,8 @@ sub B::CV::save { $decl->add("void $xsub _((CV*));"); } else { - warn "No definition for sub %s::%s (unable to autoload)\n", - $cvstashname, $cvname; # debug + warn sprintf("No definition for sub %s::%s (unable to autoload)\n", + $cvstashname, $cvname); # debug } $symsect->add(sprintf("xpvcvix%d\t%s, %u, 0, %d, %s, 0, Nullhv, Nullhv, %s, s\\_%x, $xsub, $xsubany, Nullgv, Nullgv, %d, s\\_%x, (CV*)s\\_%x, 0", $xpvcv_ix, cstring($pv), length($pv), $cv->IVX,