[218] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r394 - trunk/owl/libfaim

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:03:48 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
Date: Tue, 24 Oct 2006 00:43:43 -0400
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU

Author: nelhage
Date: 2006-10-24 00:43:43 -0400 (Tue, 24 Oct 2006)
New Revision: 394

Modified:
   trunk/owl/libfaim/rxhandlers.c
Log:
libfaim fix to make it compile

Modified: trunk/owl/libfaim/rxhandlers.c
===================================================================
--- trunk/owl/libfaim/rxhandlers.c	2006-05-01 05:06:10 UTC (rev 393)
+++ trunk/owl/libfaim/rxhandlers.c	2006-10-24 04:43:43 UTC (rev 394)
@@ -66,7 +66,7 @@
 	}
 
 	mod->next = (aim_module_t *)sess->modlistv;
-	(aim_module_t *)sess->modlistv = mod;
+	sess->modlistv = mod;
 
 	faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, mod->version, mod->toolid, mod->toolversion);
 


home help back first fref pref prev next nref lref last post