From 3751935c6cd62ccd6b4ea9b824281d44ac508f2c Mon Sep 17 00:00:00 2001 From: stan Date: Sat, 21 Sep 2002 11:13:35 +0000 Subject: [PATCH] Updated to use PATH_MAX. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@22 e3e1d417-86f3-4887-817a-d78f3d33393f --- src/zm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm.h b/src/zm.h index 56b16bed8..fbceccb33 100644 --- a/src/zm.h +++ b/src/zm.h @@ -492,7 +492,7 @@ protected: int alarm_frames; unsigned int tot_score; unsigned int max_score; - char path[256]; + char path[PATH_MAX]; public: Event( Monitor *p_monitor, time_t p_start_time );