Updated to use PATH_MAX.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@22 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-09-21 11:13:35 +00:00
parent 9c1d1805aa
commit 3751935c6c
1 changed files with 1 additions and 1 deletions

View File

@ -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 );