From 991291ce67e130e8c1e890bd98094083a2ee56ac Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 19 Jun 2015 14:12:08 -0400 Subject: [PATCH] declared so perl does not complain of globals --- scripts/ZoneMinder/lib/ZoneMinder/Control/FI9831W.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Control/FI9831W.pm b/scripts/ZoneMinder/lib/ZoneMinder/Control/FI9831W.pm index ca9cf6b68..4a7bab230 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Control/FI9831W.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Control/FI9831W.pm @@ -70,6 +70,7 @@ use Time::HiRes qw( usleep ); # it does not reset the name if a command fails. Net result: Your camera gets a name like "Move Left" which # I bet you won't like my $osd = "off"; +my $cmd; sub new {