]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/banners.c
Merge changes from CUPS 1.5b1-r9798.
[thirdparty/cups.git] / scheduler / banners.c
index 968de49116cb98cad5326253988a6d55baeb3d4f..a4597964b87f9dcc92c79ff387141bb4cc368af5 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Banner routines for the CUPS scheduler.
  *
- *   Copyright 2007-2010 by Apple Inc.
+ *   Copyright 2007-2011 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -192,7 +192,7 @@ compare_banners(
     const cupsd_banner_t *b0,          /* I - First banner */
     const cupsd_banner_t *b1)          /* I - Second banner */
 {
-  return (strcasecmp(b0->name, b1->name));
+  return (_cups_strcasecmp(b0->name, b1->name));
 }