mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 10:29:19 +00:00
msi: Avoid dead code in parse_prop (Coverity).
This commit is contained in:
parent
63263a3bf9
commit
8ef373a7f2
@ -222,7 +222,6 @@ static int parse_prop( const WCHAR *str, WCHAR *value, int *quotes )
|
||||
switch (*p)
|
||||
{
|
||||
case ' ':
|
||||
if (!count) goto done;
|
||||
in_quotes = 1;
|
||||
ignore = 1;
|
||||
len++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user