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

List:       cups-commit
Subject:    [cups.commit] [CUPS] r7081 - in trunk: . cups
From:       cups-dev () easysw ! com
Date:       2007-11-30 2:32:03
Message-ID: 7185-cups.commit () news ! easysw ! com
[Download RAW message or body]

Author: mike
Date: 2007-11-29 18:32:03 -0800 (Thu, 29 Nov 2007)
New Revision: 7081
Log:
The strcasecmp() emulation code did not compile (STR #2612)



Modified:
   trunk/CHANGES-1.3.txt
   trunk/cups/string.c

Modified: trunk/CHANGES-1.3.txt
===================================================================
--- trunk/CHANGES-1.3.txt	2007-11-30 02:03:09 UTC (rev 7080)
+++ trunk/CHANGES-1.3.txt	2007-11-30 02:32:03 UTC (rev 7081)
@@ -3,6 +3,7 @@
 
 CHANGES IN CUPS V1.3.5
 
+	- The strcasecmp() emulation code did not compile (STR #2612)
 	- The scheduler would crash if a job was sent to an empty
 	  class (STR #2605)
 	- The lpc command did not work in non-UTF-8 locales (STR

Modified: trunk/cups/string.c
===================================================================
--- trunk/cups/string.c	2007-11-30 02:03:09 UTC (rev 7080)
+++ trunk/cups/string.c	2007-11-30 02:32:03 UTC (rev 7081)
@@ -613,7 +613,7 @@
 #ifndef HAVE_STRNCASECMP
 int					/* O - Result of comparison (-1, 0, or 1) */
 _cups_strncasecmp(const char *s,	/* I - First string */
-                 vconst char *t,	/* I - Second string */
+                  const char *t,	/* I - Second string */
 		  size_t     n)		/* I - Maximum number of characters to compare */
 {
   while (*s != '\0' && *t != '\0' && n > 0)

_______________________________________________
cups-commit mailing list
cups-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/cups-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

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