Dr. Werner Fink 2013-02-07 16:34:33 +00:00 committed by Git OBS Bridge
parent 8de30f6ab1
commit 99dc2e1407
2 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@
if (!strncmp(buf, "/MediaBox", 8)) { /* look for the MediaBox spec */
c = strchr(buf,'[')+1;
- if (c && sscanf(c,"%d %d %d %d",llx,lly,&urx,&ury) < 4) {
+ if (c && sscanf(c,%lf %lf %lf %lf",
+ if (c && sscanf(c, "%lf %lf %lf %lf",
+ &fllx, &flly, &furx, &fury) < 4) {
*llx = *lly = 0;
urx = paperdef[0].width*72;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 7 16:34:21 UTC 2013 - werner@suse.de
- Add xfig.3.2.5b-mediaboxrealnb.dif to fix regarding pdf import,
reported by Loic Le Guyader compare with Debian bug #530898
-------------------------------------------------------------------
Fri Sep 28 14:15:17 UTC 2012 - werner@suse.de