Updated to use PATH_MAX.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@22 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
9c1d1805aa
commit
3751935c6c
2
src/zm.h
2
src/zm.h
|
@ -492,7 +492,7 @@ protected:
|
||||||
int alarm_frames;
|
int alarm_frames;
|
||||||
unsigned int tot_score;
|
unsigned int tot_score;
|
||||||
unsigned int max_score;
|
unsigned int max_score;
|
||||||
char path[256];
|
char path[PATH_MAX];
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Event( Monitor *p_monitor, time_t p_start_time );
|
Event( Monitor *p_monitor, time_t p_start_time );
|
||||||
|
|
Loading…
Reference in New Issue