diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/KM_log.cpp | 2 |
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 ) { |
