comctl32/monthcal: Don't pass uninitialized data to MCM_SETTODAY, test isn't about this.
This commit is contained in:
parent
b0861921b2
commit
c044fa8a59
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue