diff --git a/transfig.3.2.5d-mediaboxrealnb.dif b/transfig.3.2.5d-mediaboxrealnb.dif index 4d24d0b..75b0255 100644 --- a/transfig.3.2.5d-mediaboxrealnb.dif +++ b/transfig.3.2.5d-mediaboxrealnb.dif @@ -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; diff --git a/transfig.changes b/transfig.changes index 937422f..b8d7abb 100644 --- a/transfig.changes +++ b/transfig.changes @@ -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