diff options
Diffstat (limited to 'src/uri.c')
-rw-r--r-- | src/uri.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -278,7 +278,8 @@ remove_dot_segments(const uint8_t* path, size_t len, size_t* up) } break; case '\0': - ++begin; // Chop input "." (and fall-through) + ++begin; // Chop input "." + // fallthru default: return begin; } |