org.guifications.plugins: fecd6d9fcf7644d7cd7224697885fbd9db0aef51

rekkanoryo at guifications.org rekkanoryo at guifications.org
Thu Oct 25 20:50:05 CDT 2007


-----------------------------------------------------------------
Revision: fecd6d9fcf7644d7cd7224697885fbd9db0aef51
Ancestor: 72f113b65170567c2f39b284364961de73704d6a
Author: rekkanoryo at guifications.org
Date: 2007-10-26T01:44:51
Branch: org.guifications.plugins

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

ChangeLog: 

typo

-----------------------------------------------------------------
This revision's diffstat output:
 irc-more.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- irc-more/irc-more.c	505f934ba5e9960f1a62fda34d0d819a0d818efc
+++ irc-more/irc-more.c	4fc3d11e6c3191856e1d142caae6cbc6d69a29ba
@@ -164,7 +164,7 @@ notice_cmd_cb(PurpleConversation *conv, 
 	irc_info->send_raw(gc, msg, len);
 
 	/* avoid a possible double-free crash */
-	if(msg != tmp);
+	if(msg != tmp)
 		g_free(tmp);
 
 	g_free(msg);


More information about the Plugins-commits mailing list