mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	inotify: fix compile
This commit is contained in:
		@@ -115,7 +115,7 @@ g_inotify_file_monitor_constructor (GType                  type,
 | 
				
			|||||||
  g_assert (ret_ih_startup);
 | 
					  g_assert (ret_ih_startup);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pair_moves = G_LOCAL_FILE_MONITOR (obj)->flags & G_FILE_MONITOR_SEND_MOVED;
 | 
					  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,
 | 
					  sub = _ih_sub_new (inotify_monitor->dirname,
 | 
				
			||||||
		     inotify_monitor->filename,
 | 
							     inotify_monitor->filename,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user