mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-07 10:06:09 -05:00
Fix typo, -m shouldn't discard the first character in the filename
This commit is contained in:
@@ -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")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user