mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
cleanup
This commit is contained in:
parent
855a15395a
commit
a767f899bd
1 changed files with 0 additions and 3 deletions
|
|
@ -19,10 +19,7 @@ namespace satdump
|
|||
std::vector<char *> vec;
|
||||
args.insert(args.begin(), "satdump legacy");
|
||||
for (auto &a : args)
|
||||
{
|
||||
logger->critical(a);
|
||||
vec.push_back((char *)a.c_str());
|
||||
}
|
||||
|
||||
exit(main_old(vec.size(), vec.data()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue