glib r7910 - trunk/gio



Author: pborelli
Date: Wed Feb 25 13:30:49 2009
New Revision: 7910
URL: http://svn.gnome.org/viewvc/glib?rev=7910&view=rev

Log:
2009-02-25  Paolo Borelli  <pborelli katamail com>

	Bug 570069 â wrong preprocessor directive in gio/glocalfileinfo.c

	* glocalfileinfo.c: fix preprocessor condition. Patch by Markus Duft.


Modified:
   trunk/gio/ChangeLog
   trunk/gio/glocalfileinfo.c

Modified: trunk/gio/glocalfileinfo.c
==============================================================================
--- trunk/gio/glocalfileinfo.c	(original)
+++ trunk/gio/glocalfileinfo.c	Wed Feb 25 13:30:49 2009
@@ -2171,7 +2171,7 @@
 #ifdef HAVE_UTIMES
   GFileAttributeValue *mtime, *mtime_usec, *atime, *atime_usec;
 #endif
-#if defined (HAVE_CHOWN) && defined (HAVE_UTIMES)
+#if defined (HAVE_CHOWN) || defined (HAVE_UTIMES)
   GFileAttributeStatus status;
 #endif
   gboolean res;



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