mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
Correct problem with /i argument handling.
This commit is contained in:
parent
30b8cccc07
commit
0d2cb29952
@ -230,6 +230,7 @@ int main(int argc, char *argv[])
|
||||
if(i >= argc)
|
||||
ShowUsage(1);
|
||||
WINE_TRACE("argv[%d] = %s\n", i, argv[i]);
|
||||
argvi = argv[i];
|
||||
}
|
||||
GotProductCode = GetProductCode(argvi, &PackageName, &ProductCode);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user