From a7e0fcef41b4ce7299c4b6a67304dfefce4892a3 Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 11 Aug 2004 15:20:09 +0000 Subject: [PATCH] Allows filters of 1 or less size. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1083 e3e1d417-86f3-4887-817a-d78f3d33393f --- src/zm_zone.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/zm_zone.cpp b/src/zm_zone.cpp index a0dd53b3b..2f4c5a616 100644 --- a/src/zm_zone.cpp +++ b/src/zm_zone.cpp @@ -192,6 +192,10 @@ bool Zone::CheckAlarms( const Image *delta_image ) } } } + else + { + alarm_filter_pixels = alarm_pixels; + } if ( record_diag_images ) { static char diag_path[PATH_MAX] = "";