mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
"Fix" using an uninitialized variable (line 950) in lines 1334-1337. Yes I'm back, for now!
svn path=/trunk/; revision=23759
This commit is contained in:
@@ -947,7 +947,7 @@ Main_DirectDraw_GetCaps(LPDIRECTDRAW7 iface, LPDDCAPS pDriverCaps,
|
||||
{
|
||||
DX_WINDBG_trace();
|
||||
|
||||
DDSCAPS2 ddscaps;
|
||||
DDSCAPS2 ddscaps = {0};
|
||||
DWORD status = DD_FALSE;
|
||||
IDirectDrawImpl *This = (IDirectDrawImpl *)iface;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user