[glib] inotify: fix compile
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] inotify: fix compile
- Date: Wed, 19 Dec 2012 14:12:21 +0000 (UTC)
commit 69ad5010e3044d5329d19b0b3099ff0c5e9e1ddc
Author: Dan Winship <danw gnome org>
Date: Wed Dec 19 09:10:01 2012 -0500
inotify: fix compile
gio/inotify/ginotifyfilemonitor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/inotify/ginotifyfilemonitor.c b/gio/inotify/ginotifyfilemonitor.c
index d70dca7..5d300bb 100644
--- a/gio/inotify/ginotifyfilemonitor.c
+++ b/gio/inotify/ginotifyfilemonitor.c
@@ -115,7 +115,7 @@ g_inotify_file_monitor_constructor (GType type,
g_assert (ret_ih_startup);
pair_moves = G_LOCAL_FILE_MONITOR (obj)->flags & G_FILE_MONITOR_SEND_MOVED;
- watch_hardlinks = G_LOCAL_FILE_MONITOR (obj)->flags & G_FILE_MONITOR_WATCH_HARDLINKS;
+ watch_hardlinks = G_LOCAL_FILE_MONITOR (obj)->flags & G_FILE_MONITOR_WATCH_HARD_LINKS;
sub = _ih_sub_new (inotify_monitor->dirname,
inotify_monitor->filename,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]