Skip to content
Commit 76a4e012 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

ChangeRecorder: fix a bug in Relation ntf serialization

The serialization code had a typo that caused it to serialize a qint64
(8 bytes) instead of empty QByteArray (4 bytes), so the deserialization
code got stuck on reading completely broken values. This was causing the
CR to get stuck in an endless loop (prior to fix from David) or reading
bogus data.
parent 4d86a85d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment