From 52775fe9fd310be289f35655e929ecd8b5cabce0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 15 Dec 2005 09:20:33 +0000 Subject: fix dropping sprintf_fixutf8 (i committed the wrong version...) --- perl-install/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/common.pm b/perl-install/common.pm index 0894bef71..29aecf868 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -28,7 +28,7 @@ our $SECTORSIZE = 512; #-##################################################################################### sub N { - my ($s, @para) = shift @_; + my ($s, @para) = @_; $::one_message_has_been_translated ||= join(':', (caller(0))[1,2]); #- see mygtk2.pm my $t = translate($s); sprintf($t, @para); -- cgit v1.2.1