[libdazzle] search: use guint64 for flags fields
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdazzle] search: use guint64 for flags fields
- Date: Fri, 26 Jul 2019 17:05:39 +0000 (UTC)
commit 93c9029eaf9398fee289afab793c4d0ce6bd3d46
Author: Christian Hergert <chergert redhat com>
Date: Fri Jul 26 10:05:02 2019 -0700
search: use guint64 for flags fields
src/search/dzl-fuzzy-mutable-index.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/search/dzl-fuzzy-mutable-index.c b/src/search/dzl-fuzzy-mutable-index.c
index a85a56b..49a6c8a 100644
--- a/src/search/dzl-fuzzy-mutable-index.c
+++ b/src/search/dzl-fuzzy-mutable-index.c
@@ -62,8 +62,8 @@ struct _DzlFuzzyMutableIndex
#pragma pack(push, 1)
typedef struct
{
- guint id;
- guint pos : 16;
+ guint64 id : 32;
+ guint64 pos : 16;
} DzlFuzzyMutableIndexItem;
#pragma pack(pop)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]