Skip to content

Commit

Permalink
Update ros-noetic-rosmon-core.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Feb 18, 2024
1 parent 5eca73e commit 84ce12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patch/ros-noetic-rosmon-core.patch
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ index 7dec1cc..da51913 100644
static const struct option OPTIONS[] = {
{"help", no_argument, nullptr, 'h'},
{"namespace", required_argument, nullptr, 'n'},
diff --git a/rosmon_core/src/logger.cpp b/rosmon_core/src/logger.cpp
diff --git a/src/logger.cpp b/src/logger.cpp
index 881339c..9d9fb5f 100644
--- a/rosmon_core/src/logger.cpp
+++ b/rosmon_core/src/logger.cpp
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -4,6 +4,7 @@
#include "logger.h"
#include "fmt/format.h"
Expand Down

0 comments on commit 84ce12e

Please sign in to comment.