[nostalgia/tools/pack] Remove ClArgs copy
This commit is contained in:
parent
749e3155b5
commit
392351ba48
@ -24,7 +24,7 @@ static void writeFileBuff(const std::string &path, std::vector<char> &buff) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void run(ox::ClArgs args) {
|
static void run(const ox::ClArgs &args) {
|
||||||
std::string argSrc = args.getString("src").c_str();
|
std::string argSrc = args.getString("src").c_str();
|
||||||
std::string argDst = args.getString("dst").c_str();
|
std::string argDst = args.getString("dst").c_str();
|
||||||
if (argSrc == "") {
|
if (argSrc == "") {
|
||||||
|
Loading…
Reference in New Issue
Block a user