diff options
Diffstat (limited to 'iri.c')
-rw-r--r-- | iri.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -260,7 +260,6 @@ path_clean(char *path) } else if (q == path && p[0] == '.' && p[1] == '.' && (p[2] == '/' || p[2] == '\0')) { /* ../ at the start of path */ - // p += 3; return 0; } else if (q == path && p[0] == '.' && (p[1] == '/' || p[1] == '\0')) { |