Commit c044fa8a authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/monthcal: Don't pass uninitialized data to MCM_SETTODAY, test isn't about this.

parent b0861921
......@@ -1243,6 +1243,7 @@ static void test_monthcal_today(void)
/* Setter and Getters for "today" information */
/* check for overflow, should be ok */
memset(&st_test, 0, sizeof(st_test));
st_test.wDay = 38;
st_test.wMonth = 38;
......
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