summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/src/striphtml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/src/striphtml.cpp')
-rw-r--r--plugins/MirOTR/src/striphtml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/src/striphtml.cpp b/plugins/MirOTR/src/striphtml.cpp
index 4a3c3759ff..a7d84b69c4 100644
--- a/plugins/MirOTR/src/striphtml.cpp
+++ b/plugins/MirOTR/src/striphtml.cpp
@@ -94,7 +94,7 @@ char * striphtml(char *html) {
STRIPHTML_DATA data;
ekhtml_string_t ekstring;
- ekstring.len = strlen(html);
+ ekstring.len = mir_strlen(html);
ekstring.str = html;
data.buffer.clear();