aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c
index b03e5afd..02c362af 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -210,7 +210,7 @@ write_text(SerdWriter* writer, TextContext ctx,
fprintf(stderr, "Invalid UTF-8: %X\n", in);
const uint8_t replacement_char[] = { 0xEF, 0xBF, 0xBD };
len += sink(replacement_char, sizeof(replacement_char), writer);
- return 0;
+ return len;
}
if (ctx != WRITE_URI && !(writer->style & SERD_STYLE_ASCII)) {