finch/libgnt/gntwm.c

changeset 25601
61ba797ef480
parent 25353
0ce06b4f8a68
child 26650
cfa29f8cf9b7
--- a/finch/libgnt/gntwm.c	Sun Feb 15 20:22:30 2009 +0000
+++ b/finch/libgnt/gntwm.c	Sun Feb 15 20:24:23 2009 +0000
@@ -353,7 +353,8 @@
 				p->y = y;
 				g_hash_table_replace(wm->positions, g_strdup(title + 1), p);
 			} else {
-				gnt_warning("Invalid number of arguments (%d) for positioning a window.", l);
+				gnt_warning("Invalid number of arguments (%" G_GSIZE_FORMAT
+						") for positioning a window.", l);
 			}
 			g_strfreev(coords);
 		}

mercurial