mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
refs #659 Improved fix for spurious zeroing out of timestamps.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user