Bug in zm_monitor.h

Support and queries relating to all previous versions of ZoneMinder
Locked
snakebyte
Posts: 45
Joined: Sun Dec 07, 2003 1:51 am

Bug in zm_monitor.h

Post by snakebyte »

Heya Phillip, I don't know if any of this helps you or not, but I just wanted to help out where I can (which, I admit, isn't much so far).

--- /usr/local/src/zm-0.9.16.ORIG/src/zm_monitor.h 2003-10-19 03:11:07.000000000 -0700
+++ zm_monitor.h 2004-01-05 21:00:05.000000000 -0800
@@ -46,7 +46,7 @@
typedef enum
{
CONTINUOUS=0,
- TRIGGERED,
+ TRIGGERED
} RunMode;

typedef enum
Locked