summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/jni/mupdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/jni/mupdf.c b/android/jni/mupdf.c
index 20d3a026..95d2e10a 100644
--- a/android/jni/mupdf.c
+++ b/android/jni/mupdf.c
@@ -1321,7 +1321,7 @@ JNI_FN(MuPDFCore_textAsHtml)(JNIEnv * env, jobject thiz)
fz_text_analysis(ctx, sheet, text);
buf = fz_new_buffer(ctx, 256);
- out = fz_new_output_buffer(ctx, buf);
+ out = fz_new_output_with_buffer(ctx, buf);
fz_printf(out, "<html>\n");
fz_printf(out, "<style>\n");
fz_printf(out, "body{margin:0;}\n");