From b03712e626522252f3b3ea83b6f6643749b569ea Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 19 Jul 2001 12:47:27 +0000 Subject: fixed problable freeze on pci probe. --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 12b8fcdde..a39adb6f1 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -148,7 +148,7 @@ sub keepOnlyLegalModes { sub cardConfigurationAuto() { my @cards; - if (my @c = grep { $_->{driver} =~ /(Card|Server):/ } detect_devices::probeall(1)) { + if (my @c = grep { $_->{driver} =~ /(Card|Server):/ } detect_devices::probeall()) { foreach my $i (0..$#c) { local $_ = $c[$i]->{driver}; my $card = { identifier => ($c[$i]{description} . (@c > 1 && " $i")) }; -- cgit v1.2.1