Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 46529 | Differences between
and this patch

Collapse All | Expand All

(-)pdftops/Gfx.cxx (-1 / +1 lines)
Lines 2490-2496 Link Here
2490
  if (flagsObj.isInt()) {
2490
  if (flagsObj.isInt()) {
2491
    flags = flagsObj.getInt();
2491
    flags = flagsObj.getInt();
2492
  } else {
2492
  } else {
2493
    flags = 0;
2493
    flags = 4;
2494
  }
2494
  }
2495
  flagsObj.free();
2495
  flagsObj.free();
2496
2496

Return to bug 46529