98_freezemon.pm: Fixed another perl warning
git-svn-id: https://svn.fhem.de/fhem/trunk@18522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1042,7 +1042,7 @@ sub freezemon_getDevice($$) {
|
||||
if ( !defined($shortarg) ) {
|
||||
|
||||
#Log3 $name, 5, "Freezemon: something went wrong $fn " . Dumper($arg);
|
||||
$shortarg = "";
|
||||
$shortarg = "N/A";
|
||||
}
|
||||
else {
|
||||
( $shortarg, undef ) = split( /:|;/, $shortarg, 2 );
|
||||
|
||||
Reference in New Issue
Block a user