From 32da16e74758af7ac570e22d80448c1f239e8fd1 Mon Sep 17 00:00:00 2001 From: Davide Faconti Date: Fri, 24 May 2024 10:00:24 +0200 Subject: [PATCH] Update rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp Co-authored-by: Tomoya Fujita Signed-off-by: Davide Faconti --- rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp b/rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp index 350a1154b..3001db9ac 100644 --- a/rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp +++ b/rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp @@ -344,7 +344,7 @@ void SequentialWriter::switch_to_next_storage() base_folder_, metadata_.relative_file_paths.size()); - // when the storage_ is closed, rename the file to remove ".inactive" suffix + // when the storage_ is closed, rename the file to remove ".active" suffix std::string active_path = storage_->get_relative_file_path(); std::string final_path = remove_active_from_filename(active_path);