0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 06:48:20 +02:00

modules/client/sync: Fix assertion condition.

This commit is contained in:
Jason Volk 2020-03-21 22:12:58 -07:00
parent 7b076e5bc9
commit f8ed27403e

View file

@ -493,7 +493,7 @@ try
};
char buf[64];
assert(!data.phased || next_batch >= 0UL);
assert(!data.phased || next_batch >= 0L);
const string_view &next_batch_token
{
// The polylog phased since token. We pack two numbers separted by a '_'