/*
- * "$Id: cupstestppd.c,v 1.8 2003/02/14 21:08:29 mike Exp $"
+ * "$Id: cupstestppd.c,v 1.9 2003/02/14 21:23:51 mike Exp $"
*
* PPD test program for the Common UNIX Printing System (CUPS).
*
if (verbose > 0)
puts(" PASS LanguageEncoding");
}
+ else if (ppdversion < 41)
+ {
+ if (verbose > 0)
+ puts(" WARN REQUIRED LanguageEncoding");
+ }
else
{
errors ++;
/*
- * End of "$Id: cupstestppd.c,v 1.8 2003/02/14 21:08:29 mike Exp $".
+ * End of "$Id: cupstestppd.c,v 1.9 2003/02/14 21:23:51 mike Exp $".
*/