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.
This commit is contained in:
Rich Felker 2013-06-28 12:12:55 -04:00
parent c5faf1bf09
commit 062446a85d

View File

@ -2,6 +2,7 @@
#include <stdlib.h>
#include <langinfo.h>
#include <time.h>
#include <limits.h>
#include "__time.h"
// FIXME: integer overflows