]> git.pld-linux.org Git - packages/mupdf.git/blobdiff - mupdf-mujs.patch
- updated to 1.8 (note: needs ~2016 mujs, mudraw is gone)
[packages/mupdf.git] / mupdf-mujs.patch
diff --git a/mupdf-mujs.patch b/mupdf-mujs.patch
new file mode 100644 (file)
index 0000000..46cef92
--- /dev/null
@@ -0,0 +1,11 @@
+--- mupdf-1.8-source/source/pdf/js/pdf-jsimp-mu.c.orig 2015-11-10 17:19:51.000000000 +0100
++++ mupdf-1.8-source/source/pdf/js/pdf-jsimp-mu.c      2016-04-14 21:43:36.345879945 +0200
+@@ -305,7 +305,7 @@
+ void pdf_jsimp_execute(pdf_jsimp *imp, char *code)
+ {
+       js_State *J = imp->J;
+-      js_dostring(J, code, 0);
++      js_dostring(J, code);
+ }
+ void pdf_jsimp_execute_count(pdf_jsimp *imp, char *code, int count)
This page took 0.187266 seconds and 4 git commands to generate.