mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Fix crash in CLI Recorder
This commit is contained in:
parent
e196e67b03
commit
e4803c6874
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ int main_record(int argc, char *argv[])
|
|||
uint64_t frequency;
|
||||
uint64_t timeout;
|
||||
std::string handler_id;
|
||||
std::string hdl_dev_id = 0;
|
||||
std::string hdl_dev_id;
|
||||
double decimation = 1;
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue