From eb2b0e79115a9d8181a2b22248065be0347deccf Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 19 Apr 2011 16:10:24 +0000 Subject: fix https://qa.mandriva.com/show_bug.cgi?id=63073 bug --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f90cd334c..ed1dc7da1 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -122,7 +122,7 @@ our @tree = icon => "hw-pcmcia.png", configurator => "", #detector => sub { f(print "";detect_devices::pcmcia_controller_probe()) }, - detector => sub { f(;) }, + detector => sub { }, checked_on_boot => 1, }, -- cgit v1.2.1