Use EINA_PATH_MAX where it makes sense.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Dec 2010 10:14:11 +0000 (10:14 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Dec 2010 10:14:11 +0000 (10:14 +0000)
commit72f564214e51d693a9843cbee5d2c1e1beb48ba7
treeaee046b7ddd66a966d90e20b57bc1a0f8ab05e02
parenta21c973075bda79c992bcebb8fd8c8ad8d091bf9
Use EINA_PATH_MAX where it makes sense.

All the access to Eina_File_Direct_Info::path should be using the
actual size (EINA_PATH_MAX) and not another constant (PATH_MAX).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@55403 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_file.c