ecore: Use PATH_MAX

SVN revision: 62555
This commit is contained in:
Sebastian Dransfeld 2011-08-18 07:35:23 +00:00
parent 82bb3a62af
commit d48cb21e21
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ unsigned int *_ecore_fps_runtime_mmap = NULL;
void
_ecore_fps_debug_init(void)
{
char buf[4096];
char buf[PATH_MAX];
const char *tmp;
int pid;