debug--, sorry.

SVN revision: 39968
This commit is contained in:
Gustavo Sverzut Barbieri 2009-04-11 07:12:13 +00:00
parent 51bc45acb4
commit 0af63168e5
1 changed files with 0 additions and 2 deletions

View File

@ -231,10 +231,8 @@ ecore_file_mksubdirs(const char *base, const char **subdirs)
#ifndef HAVE_ATFILE_SOURCE
ecore_strlcpy(buf + baselen, *subdirs, sizeof(buf) - baselen);
printf("no atfile: %s\n", buf);
if (stat(buf, &st) == 0)
#else
printf("atfile: %s/%s\n", base, *subdirs);
if (fstatat(fd, *subdirs, &st, 0) == 0)
#endif
{