mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[CRYPTNET]
- Fix ROS-Diff. Spotted by CRLF. CORE-13117 #resolve svn path=/trunk/; revision=74395
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user