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

This commit is contained in:
Nikolay Sivov 2009-11-19 16:20:20 +03:00 committed by Alexandre Julliard
parent b0861921b2
commit c044fa8a59
1 changed files with 1 additions and 0 deletions

View File

@ -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;