gnome-keyring r1199 - in trunk: . gp11



Author: nnielsen
Date: Thu Jul 24 04:12:39 2008
New Revision: 1199
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1199&view=rev

Log:
	* gp11/gp11-attributes.c: Build fix


Modified:
   trunk/ChangeLog
   trunk/gp11/gp11-attributes.c

Modified: trunk/gp11/gp11-attributes.c
==============================================================================
--- trunk/gp11/gp11-attributes.c	(original)
+++ trunk/gp11/gp11-attributes.c	Thu Jul 24 04:12:39 2008
@@ -272,7 +272,7 @@
 			
 			/* But not this long */
 			if (length < 0 || length >= G_MAXSSIZE)
-				g_warning ("length passed to attributes varargs is invalid or too large: %d", length);
+				g_warning ("length passed to attributes varargs is invalid or too large: %d", (int)length);
 			else
 				gp11_attributes_add_data (attrs, type, value, length);
 			break;



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