PKGBUILDs/extra/texlive-bin/dvipng-fix-options.patch

11 lines
276 B
Diff
Raw Normal View History

2011-02-07 14:55:51 +00:00
--- 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);
}