mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
wininet: Removed redundant NULL check (Coverity).
This commit is contained in:
parent
c009f9c9ee
commit
2d5ca30994
@ -2354,8 +2354,6 @@ static BOOL HTTP_HttpQueryInfoW( LPWININETHTTPREQW lpwhr, DWORD dwInfoLevel,
|
||||
|
||||
tmpTM = *gmtime(&tmpTime);
|
||||
STHook = (SYSTEMTIME *)lpBuffer;
|
||||
if (!STHook) return bSuccess;
|
||||
|
||||
STHook->wDay = tmpTM.tm_mday;
|
||||
STHook->wHour = tmpTM.tm_hour;
|
||||
STHook->wMilliseconds = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user