release 1_3_18
authorjhurst <jhurst@cinecert.com>
Sun, 17 Feb 2008 00:45:02 +0000 (00:45 +0000)
committerjhurst <>
Sun, 17 Feb 2008 00:45:02 +0000 (00:45 +0000)
README
src/KM_log.cpp

diff --git a/README b/README
index bfbcc9680b6f7a52d10b1ab67faf2fa35027bd75..18c39dd44adddc3e8027e4e78a54b9aa30427b0a 100755 (executable)
--- 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()
index fe1864d9426ccdcda90804576cf068ad02030237..4778ffc36bcd85593ba25fbc71891ddf557c5520 100755 (executable)
@@ -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 )
     {