Mercurial > pidgin
changeset 8412:18e94f589649
[gaim-migrate @ 9142]
apparently we were using deprecated gcc thingamabob that's gone in gcc-3.4,
so says the fine folk at redhat. this lets the bleeding-edgers compile again
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 08 Mar 2004 20:13:17 +0000 |
parents | 34896b4a0da3 |
children | f5b0e1a4b0c7 |
files | src/protocols/oscar/rxhandlers.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/rxhandlers.c Mon Mar 08 19:09:30 2004 +0000 +++ b/src/protocols/oscar/rxhandlers.c Mon Mar 08 20:13:17 2004 +0000 @@ -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);