summaryrefslogtreecommitdiff
path: root/testing/texlive-bin/dvipng-fix-options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/texlive-bin/dvipng-fix-options.patch')
-rw-r--r--testing/texlive-bin/dvipng-fix-options.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/texlive-bin/dvipng-fix-options.patch b/testing/texlive-bin/dvipng-fix-options.patch
new file mode 100644
index 000000000..c0eda1d90
--- /dev/null
+++ b/testing/texlive-bin/dvipng-fix-options.patch
@@ -0,0 +1,10 @@
+--- papersiz.c 2010/03/17 21:40:00 1.16
++++ papersiz.c 2010/09/29 21:14:40 1.17
+@@ -52,6 +52,7 @@
+ while (*q != ',' && *q !='\0')
+ q++;
+ tmp = tmp*lengthsp[i]*dpi/4736286L; /* sp * dots/in / (sp/in), convert sp to pixels */
++ *p=q;
+ return((int32_t) tmp);
+ }
+