diff options
Diffstat (limited to 'CPP/7zip/UI/FileManager/FM.cpp')
| -rw-r--r-- | CPP/7zip/UI/FileManager/FM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/UI/FileManager/FM.cpp b/CPP/7zip/UI/FileManager/FM.cpp index 7310802..b2f4c2b 100644 --- a/CPP/7zip/UI/FileManager/FM.cpp +++ b/CPP/7zip/UI/FileManager/FM.cpp | |||
| @@ -651,7 +651,7 @@ static int WINAPI WinMain2(int nCmdShow) | |||
| 651 | SplitStringToTwoStrings(commandsString, paramString, tailString); | 651 | SplitStringToTwoStrings(commandsString, paramString, tailString); |
| 652 | paramString.Trim(); | 652 | paramString.Trim(); |
| 653 | tailString.Trim(); | 653 | tailString.Trim(); |
| 654 | if (tailString.IsPrefixedBy(L"-t")) | 654 | if (tailString.IsPrefixedBy("-t")) |
| 655 | g_ArcFormat = tailString.Ptr(2); | 655 | g_ArcFormat = tailString.Ptr(2); |
| 656 | 656 | ||
| 657 | /* | 657 | /* |
