gvfs r1104 - trunk/client



Author: danw
Date: Fri Jan 11 19:34:09 2008
New Revision: 1104
URL: http://svn.gnome.org/viewvc/gvfs?rev=1104&view=rev

Log:
grr. compile then commit


Modified:
   trunk/client/gdaemonfile.c

Modified: trunk/client/gdaemonfile.c
==============================================================================
--- trunk/client/gdaemonfile.c	(original)
+++ trunk/client/gdaemonfile.c	Fri Jan 11 19:34:09 2008
@@ -309,7 +309,7 @@
 
   return
     g_str_hash (daemon_file->path) ^
-    G_POINTER_TO_UINT (daemon_file->mount_spec);  /* We have unique mount_spec objects so hash directly on it */
+    GPOINTER_TO_UINT (daemon_file->mount_spec);  /* We have unique mount_spec objects so hash directly on it */
 }
 
 static gboolean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]