aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.c b/src/uri.c
index 4528f0f4..dd306bf5 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -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