diff options
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); } }; |
