mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
3199fdbd44
Suppose dwFlags == 1 | 4 (i.e. skipping the flag 2). Then the while-loop would only run once, because at the second iteration (after dwWhich >>= 1; has been executed once), dwWhich value == 2, but dwWhich & 0x1 == 0, which makes the while-loop condition false. Instead the loop should run, but the handling of the extension should be skipped. |
||
---|---|---|
.. | ||
lang | ||
assoc.c | ||
autocomp.cpp | ||
clist.c | ||
CMakeLists.txt | ||
istream.c | ||
msgbox.c | ||
ordinal.c | ||
path.c | ||
precomp.h | ||
reg.c | ||
regstream.c | ||
resource.h | ||
rosordinal.c | ||
shlwapi.rc | ||
shlwapi.spec | ||
shlwapi_main.c | ||
shlwapi_ros.diff | ||
stopwatch.c | ||
string.c | ||
thread.c | ||
url.c | ||
version.rc | ||
wsprintf.c |