summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-12-15 09:20:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-12-15 09:20:33 +0000
commit52775fe9fd310be289f35655e929ecd8b5cabce0 (patch)
tree35de672992c2e69491fdf2dfa5cfbf17cd93ea94
parenta4e6acb7d49063a117261eaf85f31fcfd281bfe7 (diff)
downloaddrakx-52775fe9fd310be289f35655e929ecd8b5cabce0.tar
drakx-52775fe9fd310be289f35655e929ecd8b5cabce0.tar.gz
drakx-52775fe9fd310be289f35655e929ecd8b5cabce0.tar.bz2
drakx-52775fe9fd310be289f35655e929ecd8b5cabce0.tar.xz
drakx-52775fe9fd310be289f35655e929ecd8b5cabce0.zip
fix dropping sprintf_fixutf8 (i committed the wrong version...)
-rw-r--r--perl-install/common.pm2
1 files changed, 1 insertions, 1 deletions
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);