120 Star 1 Fork 11

src-openEuler/pinfo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bugfix-of-gcc-10.patch 597 Bytes
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2023-10-08 16:23 . Upgrade to 0.6.13
From 16dba5978146b6d3a540ac7c8f415eda49280847 Mon Sep 17 00:00:00 2001
From: Bas Zoetekouw <[email protected]>
Date: Thu, 23 Jul 2020 20:11:24 +0200
Subject: [PATCH] fix use of global variabel
---
src/parse_config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/parse_config.h b/src/parse_config.h
index 2dffa4f..4e68bb4 100644
--- a/src/parse_config.h
+++ b/src/parse_config.h
@@ -85,7 +85,7 @@ typedef struct colours
colours;
#endif /* HAVE_CURSES_COLOR */
-int use_manual;
+extern int use_manual;
int parse_config (void);
int parse_line (char *line);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/pinfo.git
[email protected]:src-openeuler/pinfo.git
src-openeuler
pinfo
pinfo
master

搜索帮助