]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/commandtops.c
Merge changes from CUPS 1.5b1-r9798.
[thirdparty/cups.git] / filter / commandtops.c
index f858610a3b690f1fe5dba97f0bff6311241e9bd3..467d3d09250b66e6dc1035def6ca175948f7f78a 100644 (file)
@@ -112,11 +112,11 @@ main(int  argc,                           /* I - Number of command-line arguments */
     * Parse the command...
     */
 
-    if (!strcasecmp(line, "AutoConfigure"))
+    if (!_cups_strcasecmp(line, "AutoConfigure"))
       auto_configure(ppd, argv[2]);
-    else if (!strcasecmp(line, "PrintSelfTestPage"))
+    else if (!_cups_strcasecmp(line, "PrintSelfTestPage"))
       print_self_test_page(ppd, argv[2]);
-    else if (!strcasecmp(line, "ReportLevels"))
+    else if (!_cups_strcasecmp(line, "ReportLevels"))
       report_levels(ppd, argv[2]);
     else
       fprintf(stderr, "ERROR: Invalid printer command \"%s\"!\n", line);