mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
fixed uninitialized variable warnings
svn path=/trunk/; revision=19333
This commit is contained in:
@@ -1149,6 +1149,7 @@ BuildDIBPalette (CONST BITMAPINFO *bmi, PINT paletteType)
|
||||
if (bits <= 8)
|
||||
{
|
||||
*paletteType = PAL_INDEXED;
|
||||
RedMask = GreenMask = BlueMask = 0;
|
||||
}
|
||||
else if(bits < 24)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user