[SIGAR-79] Increase args buffer for EventLog.message formatting

This commit is contained in:
Doug MacEachern 2007-12-14 05:41:08 +00:00
parent 89eb98a3f1
commit f8a4710385
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ static int get_formatted_message(EVENTLOGRECORD *pevlr, char *dllfile,
HINSTANCE hlib;
LPVOID msgbuf;
char msgdll[MAX_MSG_LENGTH];
char *insert_strs[16], *ch;
char *insert_strs[56], *ch;
int i, max = sizeof(insert_strs) / sizeof(char *);
DWORD result;