[gnome-builder] search: Fix build on 32-bit systems
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] search: Fix build on 32-bit systems
- Date: Fri, 23 Jan 2015 14:41:23 +0000 (UTC)
commit f3ac107ccbdbf427d03a3ddbfd6d69bbbaad8b29
Author: David King <amigadave amigadave com>
Date: Fri Jan 23 14:12:20 2015 +0000
search: Fix build on 32-bit systems
Match the type in the header and source file for
gb_search_display_group_set_count() to use guint64, not a mixture of
guint64 and gsize (which is a typedef to unsigned long, and 32 bits wide
on 32-bit systems).
https://bugzilla.gnome.org/show_bug.cgi?id=743402
src/search/gb-search-display-group.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/search/gb-search-display-group.h b/src/search/gb-search-display-group.h
index aae69b4..dbbcb27 100644
--- a/src/search/gb-search-display-group.h
+++ b/src/search/gb-search-display-group.h
@@ -52,7 +52,7 @@ void gb_search_display_group_add_result (GbSearchDisplayGroup *g
void gb_search_display_group_remove_result (GbSearchDisplayGroup *group,
GbSearchResult *result);
void gb_search_display_group_set_count (GbSearchDisplayGroup *group,
- gsize count);
+ guint64 count);
void gb_search_display_group_unselect (GbSearchDisplayGroup *group);
void gb_search_display_group_focus_first (GbSearchDisplayGroup *group);
void gb_search_display_group_focus_last (GbSearchDisplayGroup *group);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]