]> git.pld-linux.org Git - packages/cups.git/blame - cups-use-ipp1.1.patch
more verbose files, so we can track what belongs to cups and what to cups-filters...
[packages/cups.git] / cups-use-ipp1.1.patch
CommitLineData
5d498f1c
JR
1diff -up cups-1.6.3/cups/usersys.c.use-ipp1.1 cups-1.6.3/cups/usersys.c
2--- cups-1.6.3/cups/usersys.c.use-ipp1.1 2013-07-12 11:41:45.368837618 +0200
3+++ cups-1.6.3/cups/usersys.c 2013-07-12 11:41:45.391837299 +0200
4@@ -366,7 +366,7 @@ cupsSetServer(const char *server) /* I -
5 cg->server_version = 22;
6 }
7 else
8- cg->server_version = 20;
9+ cg->server_version = 11;
10
11 if (cg->server[0] != '/' && (port = strrchr(cg->server, ':')) != NULL &&
12 !strchr(port, ']') && isdigit(port[1] & 255))
This page took 0.075404 seconds and 4 git commands to generate.