diff options
| author | jhurst <jhurst@cinecert.com> | 2008-02-17 00:45:02 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-02-17 00:45:02 +0000 |
| commit | 06af2732e92552974e180f136a18c9a625d017d5 (patch) | |
| tree | 51e3ffdc9da2e08f5ecd5c93eb87446030731a0b /src/KM_log.cpp | |
| parent | f37ec01025db7ae085fcb04a6e9af5b54bb10b6d (diff) | |
release 1_3_18
Diffstat (limited to 'src/KM_log.cpp')
| -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 ) { |
