diff src/core.h @ 3136:1bd472b7f7a2

[gaim-migrate @ 3151] Jabber sync. fixen committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 12 Apr 2002 02:15:24 +0000
parents 7239a392486c
children 332df87cf3d6
line wrap: on
line diff
--- a/src/core.h	Fri Apr 12 02:13:13 2002 +0000
+++ b/src/core.h	Fri Apr 12 02:15:24 2002 +0000
@@ -110,10 +110,12 @@
 
 #endif
 
+#define BUDDY_ALIAS_MAXLEN 388	/* because MSN names can be 387 characters */
+
 struct buddy {
 	int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */
 	char name[80];
-	char show[388]; /* because MSN names can be 387 characters */
+	char show[BUDDY_ALIAS_MAXLEN];
         int present;
 	int evil;
 	time_t signon;