[W32KNAPI_APITEST]

* Here's another memset call..

svn path=/trunk/; revision=63989
This commit is contained in:
Amine Khaldi 2014-08-30 12:05:36 +00:00
parent d332e8c9c5
commit b1661e20f1

View file

@ -381,7 +381,7 @@ printf("dib with bitfileds: %p\n", hbmp);
pbV4h->bV4BlueMask = 0;
pbV4h->bV4AlphaMask = 0;
pbV4h->bV4CSType = 0;
memset(&pbV4h->bV4Endpoints, sizeof(CIEXYZTRIPLE), 0);
memset(&pbV4h->bV4Endpoints, 0, sizeof(CIEXYZTRIPLE));
pbV4h->bV4GammaRed = 0;
pbV4h->bV4GammaGreen = 0;
pbV4h->bV4GammaBlue = 0;