summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Broadcaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/Broadcaster.cpp')
-rw-r--r--lldb/source/Core/Broadcaster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Broadcaster.cpp b/lldb/source/Core/Broadcaster.cpp
index 9f1ec53ac6b..d2cca7a2a65 100644
--- a/lldb/source/Core/Broadcaster.cpp
+++ b/lldb/source/Core/Broadcaster.cpp
@@ -99,7 +99,7 @@ bool Broadcaster::BroadcasterImpl::GetEventNames(
s.PutCString(GetBroadcasterName());
s.PutChar('.');
}
- s.PutCString(pos->second.c_str());
+ s.PutCString(pos->second);
++num_names_added;
}
}
OpenPOWER on IntegriCloud