[glib] Fixed a missing head which will cause crashes for 64bit applications
- From: Lin Ma <linma src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Fixed a missing head which will cause crashes for 64bit applications
- Date: Tue, 21 Jul 2009 02:47:02 +0000 (UTC)
commit 4654a7d593aed9ab0e131abe250e7e488283c24f
Author: Lin Ma <lin ma sun com>
Date: Tue Jul 21 10:45:25 2009 +0800
Fixed a missing head which will cause crashes for 64bit applications
Without that head, the returned pointer will be truncated to 32bit, then
causes crashes for 64bit applications.
gio/fen/fen-helper.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/fen/fen-helper.c b/gio/fen/fen-helper.c
index 532e305..c05cb41 100644
--- a/gio/fen/fen-helper.c
+++ b/gio/fen/fen-helper.c
@@ -28,6 +28,7 @@
#include "fen-helper.h"
#include "fen-kernel.h"
#ifdef GIO_COMPILATION
+#include "gfile.h"
#include "gfilemonitor.h"
#else
#include "gam_event.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]