From 70c9e35ae428665a852ddc1c8cb8e0f4c8fa3040 Mon Sep 17 00:00:00 2001 From: xp986 <> Date: Thu, 9 Oct 2025 01:31:27 -0500 Subject: [PATCH] Missed a reference to BBGYRO --- ReportTruncate-Robinson.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReportTruncate-Robinson.cpp b/ReportTruncate-Robinson.cpp index d63057b..a23bff1 100644 --- a/ReportTruncate-Robinson.cpp +++ b/ReportTruncate-Robinson.cpp @@ -101,7 +101,7 @@ int main(int argc, char* argv[]) { int gyros = 0; bool gyros_found = false; size_t bbgyro_index = std::string::npos; - const std::string bbgyro_token = "BBGYRO"; + const std::string bbgyro_token = "BBGYRS"; for (size_t i = 0; i < lines.size(); ++i) { size_t pos = lines[i].find(bbgyro_token); @@ -178,4 +178,4 @@ int main(int argc, char* argv[]) { } return 0; -} \ No newline at end of file +}