changeset 13080:1dc109c12ef5

[gaim-migrate @ 15442] BUFSIZ is 8KB on my system... seems like overkillobyte. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 31 Jan 2006 06:01:10 +0000
parents 896d6c305429
children 7768cfa2e67e
files src/gtkutils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkutils.c	Tue Jan 31 04:40:30 2006 +0000
+++ b/src/gtkutils.c	Tue Jan 31 06:01:10 2006 +0000
@@ -1583,7 +1583,7 @@
 GdkPixbuf *
 gaim_gtk_create_prpl_icon_with_status(GaimAccount *account, GaimStatusType *status_type)
 {
-	char basename2[BUFSIZ];
+	char basename2[256];
 	char *filename;
 	const char *type_name;
 	GdkPixbuf *pixbuf, *scale = NULL, *emblem;