summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-12-22 19:34:23 +0000
committerjhurst <>2007-12-22 19:34:23 +0000
commit05cae1f930476e5edd174e79743a8d205e2e6f74 (patch)
tree33299c4036cd9e1076ff8068d57a234f562c8989 /src
parent4564a68b8a586b49715f39fb84271db61fc109b7 (diff)
grr
Diffstat (limited to 'src')
-rwxr-xr-xsrc/KM_log.h2
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);
}
};