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:
@@ -94,7 +94,7 @@ public:
|
||||
|
||||
int run()
|
||||
{
|
||||
ShowHelp(m_info.args[0]);
|
||||
ShowHelp(m_info.args.front());
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user