commit | 062446a85db9b58b4900df82e17cb8c07ec50453 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Fri Jun 28 12:12:55 2013 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Fri Jun 28 12:12:55 2013 -0400 |
tree | 80203657f54f15c72809ca4b7e5c886eccacbef2 | |
parent | c5faf1bf09c01641e74844c4bfb0f129bc3974a1 [diff] |
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.