refs #659 Improved fix for spurious zeroing out of timestamps.

This commit is contained in:
Mathew Sutcliffe
2016-06-08 21:38:39 +01:00
parent 4180a890e4
commit 183c4d9528

View File

@@ -424,7 +424,7 @@ namespace BlackMisc
auto timestamps = m_originalTimestamps;
for (auto it = i_timestamps.cbegin(); it != i_timestamps.cend(); ++it)
{
timestamps.insert(it.key(), it.value());
if (it.value()) { timestamps.insert(it.key(), it.value()); }
}
QJsonObject json;