From 49753a7385ef9934cd804fa16a63aaa7588f9e00 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Jul 2017 07:27:09 +0200 Subject: [PATCH] Buildfix --- deps/libui/win32/datetimepicker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libui/win32/datetimepicker.cpp b/deps/libui/win32/datetimepicker.cpp index a8180840ad..c14359379d 100644 --- a/deps/libui/win32/datetimepicker.cpp +++ b/deps/libui/win32/datetimepicker.cpp @@ -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);