[CRYPTNET]

- Fix ROS-Diff. Spotted by CRLF.
CORE-13117 #resolve

svn path=/trunk/; revision=74395
This commit is contained in:
Thomas Faber 2017-04-23 17:59:25 +00:00
parent f83d61cce0
commit 20689dba23

View file

@ -1028,7 +1028,7 @@ static BOOL WINAPI File_RetrieveEncodedObjectW(LPCWSTR pszURL,
#ifdef __REACTOS__
if ((hFile == INVALID_HANDLE_VALUE) && (lstrlenW(components.lpszUrlPath) > 1) && (components.lpszUrlPath[1] != ':'))
#else
if ((hFile == INVALID_HANDLE_VALUE)
if (hFile == INVALID_HANDLE_VALUE)
#endif
{
/* Try again on the current drive */