mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
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:
parent
b0b2dcbe0c
commit
9041c6a649
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user