This commit is contained in:
parent
f5d7653ef0
commit
eab7bb7667
@ -840,8 +840,8 @@ parse_date_string (const char *date,
|
|||||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
|
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
|
||||||
struct tm now;
|
struct tm now;
|
||||||
time_t t;
|
time_t t;
|
||||||
char day[3];
|
char day[4];
|
||||||
char mon[3];
|
char mon[4];
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
unsigned int mday;
|
unsigned int mday;
|
||||||
unsigned int year;
|
unsigned int year;
|
||||||
|
Loading…
Reference in New Issue
Block a user