diff options
author | Pixel <pixel@nobis-crew.org> | 2011-10-18 09:27:51 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-10-18 09:27:51 -0700 |
commit | f6a4a63e6978359f5742136c28a6412f4e0979ac (patch) | |
tree | 89cf3f2948bb8c813ef2bbc3f78e945451d763fa /eio.c | |
parent | a7fb04fdd2397af195ab09afd57372a30ba85de8 (diff) |
Fixing clang compilation error.Balau-changes
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1490,7 +1490,7 @@ eio__realpath (struct tmpbuf *tmpbuf, eio_wd wd, const char *path) errno = ENAMETOOLONG; if (res + 1 + len + 1 >= tmp1) - return; + return -1; /* copy one component */ *res = '/'; |