Subject: | invalid call to sprintf on line 308 |
Date: | Thu, 5 Nov 2015 11:39:49 -0500 |
To: | bug-MARC-Charset [...] rt.cpan.org |
From: | Justin Rittenhouse <jrittenh [...] nd.edu> |
Line 308 in MARC/Charset.pm (marc8_to_utf8 subroutine) calls sprintf with
no formatting parameter::
306 if (!$found)
307 {
308 warn(sprintf("no mapping found for [0x\%X] at position
$index in $marc8 ".
309 "g0=".MARC::Charset::Constants::charset_name($G0) . " " .
310 "g1=".MARC::Charset::Constants::charset_name($G1),
unpack('C',substr($marc8,$index,1))));