From 0a3ce529514c31085cfc99a617495bca2ca1ce25 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 Apr 2005 17:36:37 +0000 Subject: fix harddrake crash --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index f9290230f..1c480e11a 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -280,7 +280,7 @@ our @tree = string => N("Joystick"), icon => "joystick.png", configurator => "", - detector => sub { f(grep { $_->{description} =~ /Joystick/ }) }, + detector => sub { f(grep { $_->{description} =~ /Joystick/ } @devices) }, checked_on_boot => 0, }, -- cgit v1.2.1