summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/KM_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp
index fe1864d..4778ffc 100755
--- a/src/KM_log.cpp
+++ b/src/KM_log.cpp
@@ -194,7 +194,7 @@ Kumu::LogEntry::TestFilter(i32_t filter) const
std::string&
Kumu::LogEntry::CreateStringWithOptions(std::string& out_buf, i32_t opt) const
{
- out_buf.clear();
+ out_buf.erase();
if ( opt != 0 )
{