提交 062446a8 编写于 作者: R Rich Felker

fix breakage in last commit to strftime due to missing INT_MAX

that's what I get for changing a hard-coded threshold to a proper
non-magic-number without testing.
上级 c5faf1bf
......@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <langinfo.h>
#include <time.h>
#include <limits.h>
#include "__time.h"
// FIXME: integer overflows
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册