1 Star 0 Fork 22

lZx/third_party_cups

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cups_single_file.patch 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
diff --git a/cups/ppd-cache.c b/cups/ppd-cache.c
index 786c66b..65aa200 100644
--- a/cups/ppd-cache.c
+++ b/cups/ppd-cache.c
@@ -1746,7 +1746,8 @@ _ppdCacheCreateWithPPD(ppd_file_t *ppd) /* I - PPD file */
if ((ppd_attr = ppdFindAttr(ppd, "cupsSingleFile", NULL)) != NULL)
pc->single_file = !_cups_strcasecmp(ppd_attr->value, "true");
-
+ else
+ pc->single_file = 1;
/*
* Copy the product string, if any...
*/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lzzxxxx/third_party_cups.git
git@gitee.com:lzzxxxx/third_party_cups.git
lzzxxxx
third_party_cups
third_party_cups
master

搜索帮助