diff options
| author | jhurst <jhurst@cinecert.com> | 2007-12-22 19:34:23 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-12-22 19:34:23 +0000 |
| commit | 05cae1f930476e5edd174e79743a8d205e2e6f74 (patch) | |
| tree | 33299c4036cd9e1076ff8068d57a234f562c8989 /src | |
| parent | 4564a68b8a586b49715f39fb84271db61fc109b7 (diff) | |
grr
Diffstat (limited to 'src')
| -rwxr-xr-x | src/KM_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_log.h b/src/KM_log.h index 0042119..58c1b8f 100755 --- a/src/KM_log.h +++ b/src/KM_log.h @@ -212,7 +212,7 @@ namespace Kumu void WriteEntry(const LogEntry& Entry) { m_a.WriteEntry(Entry); - m_a.WriteEntry(Entry); + m_b.WriteEntry(Entry); } }; |
