Permit 64-bit builds.
[asdcplib.git] / src / KM_log.cpp
index 7ae32421a82969427638e8043d03db928e1a844e..4778ffc36bcd85593ba25fbc71891ddf557c5520 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2004-2007, John Hurst
+Copyright (c) 2004-2008, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -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 )
     {