From 3489b2fbaf66dbc60aed544288fb7cc74fc0547e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 1 Mar 2021 19:22:29 +0300 Subject: fixes #2755 (Dbx_sqlite: unsigned value is compared to the number -1) --- plugins/Dbx_sqlite/src/dbintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_sqlite/src') diff --git a/plugins/Dbx_sqlite/src/dbintf.h b/plugins/Dbx_sqlite/src/dbintf.h index 0d4a9ed29f..490aa982bc 100755 --- a/plugins/Dbx_sqlite/src/dbintf.h +++ b/plugins/Dbx_sqlite/src/dbintf.h @@ -6,7 +6,7 @@ struct DBCachedContact : public DBCachedContactBase { - uint32_t m_count; + int32_t m_count; MEVENT m_unread; uint32_t m_unreadTimestamp; -- cgit v1.2.3