]> git.pld-linux.org Git - packages/cups.git/blame - cups-options.patch
- rel 2; fix http auth for browsers like google chrome
[packages/cups.git] / cups-options.patch
CommitLineData
2f1e3511 1*** cups-1.1.10/cups/options.c~ Wed Sep 13 19:47:00 2000
2--- cups-1.1.10/cups/options.c Sat Sep 30 21:29:57 2000
3***************
4*** 442,447 ****
5--- 442,454 ----
6 copyarg = strdup(arg);
7 ptr = copyarg;
8
9+ /*
10+ * skip leading spaces
11+ */
12+
13+ while (isspace(*ptr))
14+ ++ptr;
15+
16 while (*ptr != '\0')
17 {
a81b1f5b 18 /*
This page took 0.09424 seconds and 4 git commands to generate.