From 121cbd3e9195d39dcdea40b0c427c5bf4327e295 Mon Sep 17 00:00:00 2001 From: khali Date: Sun, 31 May 2015 12:00:33 +0000 Subject: Be more flexible when parsing address list git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6284 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index a90a8cf2..fb6658c0 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -2598,7 +2598,7 @@ sub valid_address sub parse_not_to_scan { my ($min, $max, $to_parse) = @_; - my @ranges = split /\s*, \s*/, $to_parse; + my @ranges = split /\s*,\s*/, $to_parse; my @res; my $range; -- cgit v1.2.1