• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/cups/ppd-cache.c b/cups/ppd-cache.c
2index 786c66b..65aa200 100644
3--- a/cups/ppd-cache.c
4+++ b/cups/ppd-cache.c
5@@ -1746,7 +1746,8 @@ _ppdCacheCreateWithPPD(ppd_file_t *ppd)	/* I - PPD file */
6
7   if ((ppd_attr = ppdFindAttr(ppd, "cupsSingleFile", NULL)) != NULL)
8     pc->single_file = !_cups_strcasecmp(ppd_attr->value, "true");
9-
10+  else
11+    pc->single_file = 1;
12  /*
13   * Copy the product string, if any...
14   */
15