Commit f1594312 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

msado15: Initialize all SYSTEMTIME members.

parent 58a791b7
......@@ -1994,6 +1994,7 @@ static HRESULT load_all_recordset_data(struct recordset *recordset, IUnknown *ro
st.wMinute = ts->minute;
st.wSecond = ts->second;
st.wMilliseconds = ts->fraction/1000000;
st.wDayOfWeek = 0;
hr = (SystemTimeToVariantTime(&st, &d) ? S_OK : E_FAIL);
V_DATE(&copy) = d;
......
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