mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
comdlg32: Removed useless NULL check (Coverity).
This commit is contained in:
parent
f3aab0c0e9
commit
0bd55f9df1
@ -3219,10 +3219,7 @@ static LRESULT FILEDLG95_LOOKIN_DrawItem(LPDRAWITEMSTRUCT pDIStruct)
|
||||
ILD_TRANSPARENT );
|
||||
|
||||
/* Draw the associated text */
|
||||
if(sfi.szDisplayName)
|
||||
TextOutW(pDIStruct->hDC,rectText.left,rectText.top,sfi.szDisplayName,lstrlenW(sfi.szDisplayName));
|
||||
|
||||
|
||||
TextOutW(pDIStruct->hDC,rectText.left,rectText.top,sfi.szDisplayName,lstrlenW(sfi.szDisplayName));
|
||||
return NOERROR;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user