E: Use PATH_MAX.

SVN revision: 61615
This commit is contained in:
Christopher Michael 2011-07-23 18:08:43 +00:00
parent 50dd6a5697
commit b623625aad
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define e_error_message_show(args...) \
{ \
char __tmpbuf[4096]; \
char __tmpbuf[PATH_MAX]; \
\
snprintf(__tmpbuf, sizeof(__tmpbuf), ##args); \
e_error_message_show_internal(__tmpbuf); \