]> git.pld-linux.org Git - packages/sane-backends.git/blob - sane-backends-format.patch
- Added bcond to turn off libusb-1.0 usage.
[packages/sane-backends.git] / sane-backends-format.patch
1 --- sane-backends-1.0.23/frontend/scanimage.c~  2011-11-21 21:17:48.000000000 +0100
2 +++ sane-backends-1.0.23/frontend/scanimage.c   2013-05-27 22:02:29.600562624 +0200
3 @@ -1893,7 +1893,7 @@
4                                 printf (start, int_arg);
5                                 break;
6                               case 0:
7 -                               printf (start);
8 +                               printf ("%s", start);
9                                 break;
10                               }
11                             *percent = cc;
12 @@ -1907,7 +1907,7 @@
13                           }
14                       }
15                     if (*start)
16 -                     printf (start);
17 +                     printf ("%s", start);
18                   }
19               }
20             if (i == 0 && ch != 'f')
This page took 0.027889 seconds and 3 git commands to generate.