mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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;
|
auto timestamps = m_originalTimestamps;
|
||||||
for (auto it = i_timestamps.cbegin(); it != i_timestamps.cend(); ++it)
|
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;
|
QJsonObject json;
|
||||||
|
|||||||
Reference in New Issue
Block a user