From e4803c6874c843333be6156ccbec4e6bc6676800 Mon Sep 17 00:00:00 2001 From: Jamie Vital Date: Sat, 4 May 2024 09:58:47 -0400 Subject: [PATCH] Fix crash in CLI Recorder --- src-cli/record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-cli/record.cpp b/src-cli/record.cpp index 223fe95da..93a2abf10 100644 --- a/src-cli/record.cpp +++ b/src-cli/record.cpp @@ -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