Merge remote-tracking branch 'origin/master'

This commit is contained in:
2020-05-07 17:00:29 +02:00
3 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void sf_replay (
base_pulse_id *= core_buffer::FILE_MOD;
size_t current_pulse_id = base_pulse_id;
string filename_base = device + "/" + channel_name + "/";
string filename_base = core_buffer::BUFFER_BASE_DIR + "/" + device + "/" + channel_name + "/";
for (const auto& filename_suffix:path_suffixes) {