mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-05 09:39:32 +00:00
Buildfix
This commit is contained in:
parent
abba2f387e
commit
49753a7385
2
deps/libui/win32/datetimepicker.cpp
vendored
2
deps/libui/win32/datetimepicker.cpp
vendored
@ -82,7 +82,7 @@ static void setDateTimeFormat(HWND hwnd)
|
||||
date = (WCHAR *) uiAlloc(ndate * sizeof (WCHAR), "WCHAR[]");
|
||||
if (GLI(LOCALE_SSHORTDATE, date, ndate) == 0)
|
||||
logLastError(L"error geting date string");
|
||||
unexpandedDate = date; /* so we can free it */ */ */ */
|
||||
unexpandedDate = date; /* so we can free it */
|
||||
date = expandYear(unexpandedDate, ndate);
|
||||
uiFree(unexpandedDate);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user