From ae40ceccb46df6d45e45c40b27f426286a46a7e6 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 29 Apr 2013 11:55:34 +0100 Subject: Android: Missed renaming of function. We renamed fz_new_output_buffer to be fz_new_output_with_buffer, and missed the call from the Android specific source. Fixed here. Thanks to Philippe Le Becq for the report. --- android/jni/mupdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/jni') 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, "\n"); fz_printf(out, "