SVN revision: 69022
This commit is contained in:
Mike Blumenkrantz 2012-03-07 19:52:21 +00:00
parent 4693dadc63
commit 14998f066d
1 changed files with 1 additions and 0 deletions

View File

@ -1290,6 +1290,7 @@ eina_file_statat(void *container, Eina_File_Direct_Info *info, Eina_Stat *st)
fd = dirfd(container);
if (fstatat(fd, info->path + info->name_start, &buf, 0))
#else
(void)container;
if (stat(info->path, &buf))
#endif
{