/*
- * "$Id: cupstestppd.c,v 1.12 2003/02/19 16:09:29 mike Exp $"
+ * "$Id: cupstestppd.c,v 1.13 2003/02/19 17:38:20 mike Exp $"
*
* PPD test program for the Common UNIX Printing System (CUPS).
*
puts(" REF: Page 42, section 5.2.");
}
- if (ppd->lang_encoding != NULL && ppdversion < 41)
+ if (!ppd->lang_encoding && ppdversion < 41)
{
puts(" WARN LanguageEncoding required by PPD 4.3 spec.");
puts(" REF: Pages 56-57, section 5.3.");
/*
- * End of "$Id: cupstestppd.c,v 1.12 2003/02/19 16:09:29 mike Exp $".
+ * End of "$Id: cupstestppd.c,v 1.13 2003/02/19 17:38:20 mike Exp $".
*/