Useless use of a constant (-) in void context at ./FHEM/10_CUL_HM.pm line 1761

git-svn-id: https://svn.fhem.de/fhem/trunk@2537 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-01-20 10:56:20 +00:00
parent ee9f8cb035
commit 6e35ee5981

View File

@@ -1758,7 +1758,7 @@ CUL_HM_Get($@)
my ($min,$max) = ($reg->{min},$reg->{max});
if (defined($reg->{lit})){
$help .= " options:".join(",",keys%{$reg->{lit}});
$min =$max ="-","-";
$min = $max ="-";
}
push @rI,sprintf("%4d: %-16s | %3s to %-11s | %8s | %s\n",
$reg->{l},$regName,$min,$max.$reg->{u},