diff src/protocols/msn/transaction.c @ 9218:08e7ccb4610d

[gaim-migrate @ 10014] (13:27:46) nosnilmot: someone apply this before we have another gcc 2.x broken release : http://www.nosnilmot.com/patches/gaim-0.79cvs-msn-c99isms.patch (13:28:02) LSchiere: because we are so close to releaseing ;-) (13:28:19) nosnilmot: LSchiere: yeah, 15 minutes right? ;-) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 06 Jun 2004 17:28:52 +0000
parents ab6636c5a136
children ecf3ce2e2ab1
line wrap: on
line diff
--- a/src/protocols/msn/transaction.c	Sun Jun 06 17:18:27 2004 +0000
+++ b/src/protocols/msn/transaction.c	Sun Jun 06 17:28:52 2004 +0000
@@ -102,8 +102,11 @@
 void
 msn_transaction_unqueue_cmd(MsnTransaction *trans, MsnCmdProc *cmdproc)
 {
+	MsnCommand *cmd;
+
 	gaim_debug_info("msn", "unqueueing command.\n");
-	MsnCommand *cmd = trans->pendent_cmd;
+	cmd = trans->pendent_cmd;
+
 	g_return_if_fail(cmd != NULL);
 
 	msn_cmdproc_process_cmd(cmdproc, cmd);