From: englebass Date: Thu, 18 Aug 2011 07:35:23 +0000 (+0000) Subject: ecore: Use PATH_MAX X-Git-Tag: build/2012-07-04.173327~920 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3be5a3bad058cd6196a21c6a637578ad52f48237;p=profile%2Fivi%2Fecore.git ecore: Use PATH_MAX git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62555 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c index e3e84bf..8a26cb4 100644 --- a/src/lib/ecore/ecore.c +++ b/src/lib/ecore/ecore.c @@ -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;