Commit 0d2cb299 authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

Correct problem with /i argument handling.

parent 30b8cccc
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment