mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:03:00 +00:00
[CRYPT32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
svn path=/trunk/; revision=75866
This commit is contained in:
parent
bb1a436399
commit
be8fcdf98b
1 changed files with 2 additions and 2 deletions
|
@ -476,7 +476,7 @@ static void testTimeEncoding(DWORD dwEncoding, LPCSTR structType,
|
||||||
|
|
||||||
static const char *printSystemTime(const SYSTEMTIME *st)
|
static const char *printSystemTime(const SYSTEMTIME *st)
|
||||||
{
|
{
|
||||||
static char buf[25];
|
static char buf[64];
|
||||||
|
|
||||||
sprintf(buf, "%02d-%02d-%04d %02d:%02d:%02d.%03d", st->wMonth, st->wDay,
|
sprintf(buf, "%02d-%02d-%04d %02d:%02d:%02d.%03d", st->wMonth, st->wDay,
|
||||||
st->wYear, st->wHour, st->wMinute, st->wSecond, st->wMilliseconds);
|
st->wYear, st->wHour, st->wMinute, st->wSecond, st->wMilliseconds);
|
||||||
|
@ -485,7 +485,7 @@ static const char *printSystemTime(const SYSTEMTIME *st)
|
||||||
|
|
||||||
static const char *printFileTime(const FILETIME *ft)
|
static const char *printFileTime(const FILETIME *ft)
|
||||||
{
|
{
|
||||||
static char buf[25];
|
static char buf[64];
|
||||||
SYSTEMTIME st;
|
SYSTEMTIME st;
|
||||||
|
|
||||||
FileTimeToSystemTime(ft, &st);
|
FileTimeToSystemTime(ft, &st);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue