tags 663194 + patch thanks The attached patch fixes the FTBFS of splat due to the recent changes in the zlib API.
-- bye, pabs http://wiki.debian.org/PaulWise
Description: fix FTBFS with new zlib Author: Paul Wise <[email protected]> Bug-Debian: http://bugs.debian.org/663194 Forwarded: no Last-Update: 2012-03-10 --- a/utils/fontdata.c +++ b/utils/fontdata.c @@ -39,7 +39,8 @@ { int x; unsigned char line, input; - FILE *infile, *outfile; + gzFile infile; + FILE *outfile; if (argc==2) infile=gzopen(argv[1],"rb");
signature.asc
Description: This is a digitally signed message part

