]> git.pld-linux.org Git - packages/cups-filters.git/blame - cups-filters-cups15.patch
- R: ghostscript (utilities, not just libijs which is pulled by soname)
[packages/cups-filters.git] / cups-filters-cups15.patch
CommitLineData
960629b2
JB
1--- cups-filters-1.0.41/utils/cups-browsed.c.orig 2013-10-29 10:53:53.000000000 +0100
2+++ cups-filters-1.0.41/utils/cups-browsed.c 2013-12-01 08:39:32.055087675 +0100
3@@ -227,16 +227,6 @@
4 }
5
6 int
7-ippSetVersion(ipp_t *ipp, int major, int minor)
8-{
9- if (!ipp || major < 0 || minor < 0)
10- return (0);
11- ipp->request.any.version[0] = major;
12- ipp->request.any.version[1] = minor;
13- return (1);
14-}
15-
16-int
17 ippSetVersion(ipp_t *ipp,
18 int major,
19 int minor)
This page took 0.074727 seconds and 4 git commands to generate.