diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectMultiword.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMultiword.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMultiword.cpp b/lldb/source/Commands/CommandObjectMultiword.cpp index 8a815e4..48fa861 100644 --- a/lldb/source/Commands/CommandObjectMultiword.cpp +++ b/lldb/source/Commands/CommandObjectMultiword.cpp @@ -217,7 +217,7 @@ bool CommandObjectMultiword::Execute(const char *args_string, } } error_msg.append("\n"); - result.AppendRawError(error_msg.c_str()); + result.AppendRawError(error_msg); return false; } |