--- xchat-1.8.9.orig/src/fe-gtk/about.c	Tue May  7 20:30:53 2002
+++ xchat-1.8.9/src/fe-gtk/about.c	Thu Jun 13 14:30:45 2002
@@ -38,7 +38,7 @@
 	char buf[512];
 	const gchar *author[] = { "Peter Zelezny <zed@xchat.org>", 0 };
 
-	snprintf (buf, sizeof (buf),
+	(snprintf) (buf, sizeof (buf),
 				 _("An IRC Client for UNIX.\n\n"
 				 "This binary was compiled on "__DATE__"\n"
 				 "Using GTK %d.%d.%d X %d\n"
@@ -110,7 +110,7 @@
 	gtk_style_unref (head_style);
 	gtk_container_add (GTK_CONTAINER (vbox), label);
 
-	snprintf (buf, sizeof (buf),
+	(snprintf) (buf, sizeof (buf),
 				 _("(C) 1998-2001 Peter Zelezny <zed@xchat.org>\n\n"
 				 "An IRC Client for UNIX.\n\n"
 				 "This binary was compiled on "__DATE__"\n"
