[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cups-bugs
Subject:    Re: [cups.bugs] [LOW] STR #4124: Xerox Phaser 6000B cups-deviced detection failure
From:       Michael Sweet <msweet () apple ! com>
Date:       2012-09-15 19:43:46
Message-ID: 20120915194346.8620D3C68436 () dns ! easysw ! com
[Download RAW message or body]

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Closed w/Resolution]

Fixed in Subversion repository.

Link: http://www.cups.org/str.php?L4124
Version: 1.5.2
Fix Version: 1.7-current (r10607)
["str4124.patch" (text/plain)]

Index: cups/backend.c
===================================================================
--- cups/backend.c	(revision 10596)
+++ cups/backend.c	(working copy)
@@ -136,7 +136,7 @@
       if (*s == '\\' || *s == '\"')
 	putchar('\\');
 
-      if (*s == '\n')
+      if (((*s & 255) < ' ' && *s != '\t') || *s == 0x7f)
         putchar(' ');
       else
         putchar(*s);


_______________________________________________
cups-bugs mailing list
cups-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/cups-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic