[packages/sane-backends] - up to 1.0.23

arekm arekm at pld-linux.org
Mon May 27 22:11:36 CEST 2013


commit ab1bb09868d64cbcdbc6cae5973fc5bb064b4f0e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
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



More information about the pld-cvs-commit mailing list