gtk+ r20996 - in trunk: . gtk



Author: tml
Date: Mon Aug  4 23:38:06 2008
New Revision: 20996
URL: http://svn.gnome.org/viewvc/gtk+?rev=20996&view=rev

Log:
2008-08-05  Tor Lillqvist  <tml novell com>

	* gtk/updateiconcache.c (write_bucket): Enclose ?: expression
	with parens so cast covers all of it.



Modified:
   trunk/ChangeLog
   trunk/gtk/updateiconcache.c

Modified: trunk/gtk/updateiconcache.c
==============================================================================
--- trunk/gtk/updateiconcache.c	(original)
+++ trunk/gtk/updateiconcache.c	Mon Aug  4 23:38:06 2008
@@ -1201,7 +1201,7 @@
 	    }
 	  else
 	    {
-	      if (!write_card32 (cache, (guint32) image->image_data ? image->image_data->offset : 0))
+	      if (!write_card32 (cache, (guint32) (image->image_data ? image->image_data->offset : 0)))
 		return FALSE;
 	    }
 



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