From 87b3e9277fde5e764c2dfdce6bc848afe84ef137 Mon Sep 17 00:00:00 2001 From: George Lebl Date: Wed, 29 Aug 2001 01:30:26 +0000 Subject: Patch to fix few 64bit issues Tue Aug 28 18:29:28 2001 George Lebl Patch to fix few 64bit issues * gal/e-table/e-table-header-item.c (ethi_draw) (ethi_start_drag) gal/widgets/e-categories.c (e_categories_value_at) (e_categories_value_to_string): Use GINT_TO_POINTER and GPOINTER_TO_INT to cast between pointers and ints to fix 64bit issues connected with that. * gal/e-table/e-table-sorting-utils.c (e_table_sorting_utils_tree_check_position) gal/util/e-sorter-array.c (e_sorter_array_append): Use size_t for size not ints to fix crashes * gal/e-text/e-completion-match.c, gal/e-text/e-completion.c: Include svn path=/trunk/; revision=12507 --- widgets/text/e-completion-match.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/text/e-completion-match.c') diff --git a/widgets/text/e-completion-match.c b/widgets/text/e-completion-match.c index c14c8fe40a..19a0980516 100644 --- a/widgets/text/e-completion-match.c +++ b/widgets/text/e-completion-match.c @@ -26,6 +26,7 @@ */ #include +#include #include #include #include "e-completion-match.h" -- cgit v1.2.3