aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/templates/qmi-flags64-types-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/templates/qmi-flags64-types-template.c b/build-aux/templates/qmi-flags64-types-template.c
index c1c5491..a92824c 100644
--- a/build-aux/templates/qmi-flags64-types-template.c
+++ b/build-aux/templates/qmi-flags64-types-template.c
@@ -49,7 +49,7 @@ gchar *
/* Build list with single-bit masks */
if (mask & @enum_name@_values[i].value) {
guint c;
- gulong number = @enum_name@_values[i].value;
+ guint64 number = @enum_name@_values[i].value;
for (c = 0; number; c++)
number &= number - 1;