gtk+ r20996 - in trunk: . gtk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20996 - in trunk: . gtk
- Date: Mon, 4 Aug 2008 23:38:06 +0000 (UTC)
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]