Skip to content

Commit

Permalink
Merge remote-tracking branch 'bvesco/gh-35' into candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
bvesco committed Mar 20, 2011
2 parents 3d7959a + 9e7f859 commit 144bea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WDL/IPlug/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ void CompileTimestamp(const char* Mmm_dd_yyyy, const char* hh_mm_ss, WDL_String*

const char* AppendTimestamp(const char* Mmm_dd_yyyy, const char* hh_mm_ss, const char* cStr)
{
static WDL_String str(cStr);
static WDL_String str;
str.Set(cStr);
WDL_String tStr;
CompileTimestamp(Mmm_dd_yyyy, hh_mm_ss, &tStr);
str.Append(" ");
Expand Down

0 comments on commit 144bea7

Please sign in to comment.