Commit 0feed009 authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

win32u: Enlarge buffer size in format_date.

parent 609b42c1
......@@ -885,7 +885,7 @@ static unsigned int format_date( WCHAR *bufferW, LONGLONG time )
{
int cleaps, years, yearday, months, days;
unsigned int day, month, year;
char buffer[32];
char buffer[33];
days = time / TICKSPERSEC / SECSPERDAY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment