org.guifications.plugins: cc6f1874a13082f5e12a07380321be62575a9d0d

rekkanoryo at guifications.org rekkanoryo at guifications.org
Fri Apr 11 16:35:09 CDT 2008


-----------------------------------------------------------------
Revision: cc6f1874a13082f5e12a07380321be62575a9d0d
Ancestor: 628608624b1a2e6b586be884259d8fc9fa89b218
Author: rekkanoryo at guifications.org
Date: 2008-04-11T21:31:14
Branch: org.guifications.plugins

Modified files:
        irc-more/irc-more.c

ChangeLog: 

Helps when you remember when to drop the *.

-----------------------------------------------------------------
This revision's diffstat output:
 irc-more.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
-------------- next part --------------
============================================================
--- irc-more/irc-more.c	92f225b80ec7fe07d6b337dc78a92399c6756b22
+++ irc-more/irc-more.c	01fc985fa7136fb57283c787d022adb7428493b7
@@ -54,9 +54,9 @@ show_them(gpointer data)
 	char *conv_name = NULL, *command = NULL, *markup = NULL, *error = NULL;
 
 	if(conv_name) {
-		*command = g_strdup_printf("join %s", conv_name);
-		*markup = g_markup_escape_text(command, -1);
-		*error = NULL;
+		command = g_strdup_printf("join %s", conv_name);
+		markup = g_markup_escape_text(command, -1);
+		error = NULL;
 		purple_cmd_do_command(conv, command, markup, &error);  /* Do anything with the return value? */
 		g_free(command);
 		g_free(markup);


More information about the Plugins-commits mailing list