diff --git a/src/actsim_agent/downloader.cpp b/src/actsim_agent/downloader.cpp index 7338e53..7e8717a 100644 --- a/src/actsim_agent/downloader.cpp +++ b/src/actsim_agent/downloader.cpp @@ -182,8 +182,7 @@ bool Downloader::fetch_tasks(size_t n) { *testcase = { commands, row["top_proc"].as(), - false, - 0 + false }; if (row["id"].is_null()) { @@ -250,7 +249,7 @@ bool Downloader::fetch_tasks(size_t n) { auto task = std::make_unique(id, source_pass, target_artifact, design, source_config); task->add_testcase(testcase); - // see if we already have the desing locally; if not, load it + // see if we already have the design locally; if not, load it if (!this->interface.increment_design(design)) { DEBUG_PRINT("Fetching new design with ID " + db::to_string(design));