]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-dont-treat-gstreamer-modules-as-font.patch
- up to 4.15.1
[packages/rpm.git] / rpm-dont-treat-gstreamer-modules-as-font.patch
1 --- rpm-5.4.10/lib/rpmfc.c.old  2012-09-25 22:34:46.184039778 +0200
2 +++ rpm-5.4.10/lib/rpmfc.c      2012-09-25 22:35:21.947179368 +0200
3 @@ -921,7 +921,7 @@ static int rpmfcSCRIPT(rpmfc fc)
4  #endif
5             xx = rpmfcHelper(fc, 'R', "ruby");
6      } else
7 -    if (fc->fcolor->vals[fc->ix] & RPMFC_FONT) {
8 +    if ((fc->fcolor->vals[fc->ix] & RPMFC_FONT) == RPMFC_FONT) {
9         xx = rpmfcHelper(fc, 'P', "font");
10         /* XXX: currently of no use, but for the sake of consistency... */
11         xx = rpmfcHelper(fc, 'R', "font");
This page took 0.024817 seconds and 3 git commands to generate.