]> git.pld-linux.org Git - packages/cups.git/blob - cups-gcc4.patch
- patch6 updated
[packages/cups.git] / cups-gcc4.patch
1 --- cups-1.1.23/pdftops/GfxFont.cxx~    2004-02-02 22:41:09.000000000 +0000
2 +++ cups-1.1.23/pdftops/GfxFont.cxx     2005-05-03 12:20:55.203368520 +0000
3 @@ -969,7 +969,7 @@
4    if ((nameToGID = ff->getNameToGID())) {
5      for (i = 0; i < 256; ++i) {
6        if (!map[i] && (charName = enc[i])) {
7 -       map[i] = (Gushort)(int)nameToGID->lookup(charName);
8 +       map[i] = (Gushort)(long)nameToGID->lookup(charName);
9        }
10      }
11      delete nameToGID;
This page took 0.058809 seconds and 3 git commands to generate.