diff options
Diffstat (limited to 'src/uri.c')
-rw-r--r-- | src/uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,7 @@ write_rel_path(SerdSink sink, } // Write suffix - return len += write_path_tail(sink, stream, uri, last_shared_sep + 1); + return len + write_path_tail(sink, stream, uri, last_shared_sep + 1); } static uint8_t |