Correct problem with /i argument handling.

oldstable
Kevin Koltzau 2004-10-04 19:30:18 +00:00 committed by Alexandre Julliard
parent 30b8cccc07
commit 0d2cb29952
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}