2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 04:17:03 +00:00

Fixed extraction issues with root windows paths

This commit is contained in:
Jack Andersen
2015-09-10 10:44:25 -10:00
parent 69b5c4513f
commit 3941580275
6 changed files with 38 additions and 14 deletions

View File

@@ -94,7 +94,7 @@ public:
int run()
{
ShowHelp(m_info.args[0]);
ShowHelp(m_info.args.front());
return 0;
}
};