rpms/cups/devel cups-str1705.patch,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 22 22:10:16 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23064

Modified Files:
	cups-str1705.patch 
Log Message:
Fixed patch.

cups-str1705.patch:
 usb-unix.c |    2 ++
 1 files changed, 2 insertions(+)

Index: cups-str1705.patch
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups-str1705.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cups-str1705.patch	22 May 2006 22:04:50 -0000	1.3
+++ cups-str1705.patch	22 May 2006 22:10:13 -0000	1.4
@@ -4,7 +4,7 @@
    */
  
    usebc = strcasecmp(hostname, "Canon") != 0;
-+  if (usebc && !strncmp(uri, "usb:/dev/"))
++  if (usebc && !strncmp(uri, "usb:/dev/", 9))
 +    usebc = 0;
  
   /*




More information about the fedora-cvs-commits mailing list