use fixed buffer.

SVN revision: 75515
This commit is contained in:
Carsten Haitzler 2012-08-22 03:27:11 +00:00
parent d58d12a1bd
commit b565b6ca04
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ _e_kbd_int_layout_parse(E_Kbd_Int *ki, const char *layout)
while (fgets(buf, sizeof(buf), f))
{
int len;
char str[PATH_MAX];
char str[4096];
if (!isok)
{