SVN revision: 75457
This commit is contained in:
Mike Blumenkrantz 2012-08-20 08:38:19 +00:00
parent a76c1f2b84
commit 51fa21f70d
1 changed files with 1 additions and 1 deletions

View File

@ -1876,7 +1876,7 @@ _e_fwin_terminal(void *data,
{
char buf[PATH_MAX];
if (getcwd(buf, sizeof(buf)) > 0)
if (getcwd(buf, sizeof(buf)))
{
const char *path;