src/protocols/irc/cmds.c

changeset 6376
d28e97dafe8a
parent 6371
e92b66ee5518
child 6415
bde6096fb3c7
--- a/src/protocols/irc/cmds.c	Tue Aug 05 11:33:18 2003 +0000
+++ b/src/protocols/irc/cmds.c	Tue Aug 05 16:32:27 2003 +0000
@@ -79,7 +79,7 @@
 	if (!args || !args[0] || !gc)
 		return 0;
 
-	action = g_malloc(strlen(args[0]) + 9);
+	action = g_malloc(strlen(args[0]) + 10);
 
 	sprintf(action, "\001ACTION ");
 

mercurial