summaryrefslogtreecommitdiff
path: root/utils/utf8.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-10-25 20:58:19 +0100
committerVincent Sanders <vince@netsurf-browser.org>2013-10-25 21:25:56 +0100
commitf29306cc9aae8365ab52418c589700c0f448fbd4 (patch)
treef596c4974de03683c9f75c381c475fbdb62da308 /utils/utf8.h
parent1d326a8a1c83f5dd7e1390d1b806138981f56574 (diff)
downloadnetsurf-f29306cc9aae8365ab52418c589700c0f448fbd4.tar.gz
netsurf-f29306cc9aae8365ab52418c589700c0f448fbd4.tar.bz2
improve gtk source save to use gtk overwrite protection feature coverity 1109873
Diffstat (limited to 'utils/utf8.h')
-rw-r--r--utils/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utf8.h b/utils/utf8.h
index eb043c227..68d42d3ea 100644
--- a/utils/utf8.h
+++ b/utils/utf8.h
@@ -47,7 +47,7 @@ size_t utf8_next(const char *s, size_t l, size_t o);
utf8_convert_ret utf8_to_enc(const char *string, const char *encname,
size_t len, char **result);
utf8_convert_ret utf8_from_enc(const char *string, const char *encname,
- size_t len, char **result);
+ size_t len, char **result, size_t *result_len);
utf8_convert_ret utf8_to_html(const char *string, const char *encname,
size_t len, char **result);