diff options
| -rwxr-xr-x | README | 2 | ||||
| -rwxr-xr-x | src/KM_log.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -116,7 +116,7 @@ utilities all respond to -h. Change History -2008.02.05 - SMPTE format fixes, bug fixes v.1.3.18 +2008.02.16 - SMPTE format fixes, bug fixes v.1.3.18 o Added correct SMPTE UL for StereoscopicPictureSubDescriptor. o Exposed JP2K metadata parser as ParseMetadataIntoDesc(). o Added simple stereoscopic framebuffer to support paired ReadFrame() 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 ) { |
