diff options
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 = '/'; |