commit ab1bb09868d64cbcdbc6cae5973fc5bb064b4f0e
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Mon May 27 22:11:33 2013 +0200

    - up to 1.0.23

 sane-backends-format.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/sane-backends-format.patch b/sane-backends-format.patch
new file mode 100644
index 0000000..60b515d
--- /dev/null
+++ b/sane-backends-format.patch
@@ -0,0 +1,20 @@
+--- sane-backends-1.0.23/frontend/scanimage.c~ 2011-11-21 21:17:48.000000000 
+0100
++++ sane-backends-1.0.23/frontend/scanimage.c  2013-05-27 22:02:29.600562624 
+0200
+@@ -1893,7 +1893,7 @@
+                               printf (start, int_arg);
+                               break;
+                             case 0:
+-                              printf (start);
++                              printf ("%s", start);
+                               break;
+                             }
+                           *percent = cc;
+@@ -1907,7 +1907,7 @@
+                         }
+                     }
+                   if (*start)
+-                    printf (start);
++                    printf ("%s", start);
+                 }
+             }
+           if (i == 0 && ch != 'f')
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sane-backends.git/commitdiff/ab1bb09868d64cbcdbc6cae5973fc5bb064b4f0e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to