X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=driver%2Fcommandtopclx.c;h=1ef53aab42b12674d2a7ce5cc7a9e777805c45da;hb=88f9aafc49f9c4feb55d1d10daa0e494c22946fc;hp=7a55bce880271449167fe1775d86bdc1f8fb22b6;hpb=321d8d57dacf00e4ae19558dc9444519f4d9ade1;p=thirdparty%2Fcups.git diff --git a/driver/commandtopclx.c b/driver/commandtopclx.c index 7a55bce88..1ef53aab4 100644 --- a/driver/commandtopclx.c +++ b/driver/commandtopclx.c @@ -3,7 +3,7 @@ * * Advanced PCL command filter for CUPS. * - * Copyright 2007-2010 by Apple Inc. + * Copyright 2007-2011 by Apple Inc. * Copyright 1993-2005 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -123,7 +123,7 @@ main(int argc, /* I - Number of command-line arguments */ * Parse the command... */ - if (strncasecmp(lineptr, "Clean", 5) == 0 && + if (_cups_strncasecmp(lineptr, "Clean", 5) == 0 && (ppd->model_number & PCL_INKJET)) { /*