diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp')
| -rw-r--r-- | lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp b/lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp index 69f5c29c029..ac3fe6eafd5 100644 --- a/lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp +++ b/lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp @@ -163,7 +163,7 @@ Error PlatformKalimba::ResolveExecutable( error.SetErrorStringWithFormat( "'%s' doesn't contain any '%s' platform architectures: %s", resolved_module_spec.GetFileSpec().GetPath().c_str(), - GetPluginName().GetCString(), arch_names.GetString().c_str()); + GetPluginName().GetCString(), arch_names.GetData()); } else { error.SetErrorStringWithFormat( "'%s' is not readable", |

