summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME2
-rwxr-xr-xsrc/KM_log.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index bfbcc96..18c39dd 100755
--- a/README
+++ b/README
@@ -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 )
{