]> git.pld-linux.org Git - packages/cups.git/blob - cups-options.patch
- rel 2; fix http auth for browsers like google chrome
[packages/cups.git] / cups-options.patch
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     {
18      /*
This page took 0.080952 seconds and 3 git commands to generate.