Resolve warnings

This commit is contained in:
MrDave
2021-10-17 22:57:36 -06:00
committed by Mr-Dave
parent 6c77b28e22
commit 00e4abcc2f
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ void motion_log(int level, int type, int errno_flag,int fncname, const char *fmt
static int flood_cnt = 0;
static char flood_msg[1024];
static char prefix_msg[1024];
static char prefix_msg[512];
char flood_repeats[1024];
char threadname[32];
int applvl, apptyp;