Fix typo, -m shouldn't discard the first character in the filename

This commit is contained in:
Alcaro
2017-05-16 17:07:13 +02:00
parent 8357fd92a9
commit 3295872797
2 changed files with 2 additions and 1 deletions

View File

@@ -982,7 +982,7 @@ int flipsmain(int argc, WCHAR * argv[])
{
manifestinfo.use=true;
manifestinfo.required=true;
manifestinfo.name=argv[i]+wcslen(TEXT("--m"));
manifestinfo.name=argv[i]+wcslen(TEXT("-m"));
}
else if (!wcscmp(argv[i], TEXT("--version")) || !wcscmp(argv[i], TEXT("-v")))
{