提交 471c6067 编写于 作者: R Rich Felker

fix assumptions that char is signed

上级 2b71a4d1
......@@ -21,8 +21,8 @@ static char dst_name[TZNAME_MAX+1];
/* all elements are zero-based */
static struct rule {
char month;
char week;
signed char month;
signed char week;
short day;
int time;
} __dst_start, __dst_end;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册