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, 0 insertions, 10 deletions
diff --git a/testing/texlive-bin/dvipng-fix-options.patch b/testing/texlive-bin/dvipng-fix-options.patch
deleted file mode 100644
index c0eda1d90..000000000
--- a/testing/texlive-bin/dvipng-fix-options.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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);
- }
-