]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_message.c
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / modules / core / m_message.c
index 8ba083308407664fdfc786486080767aa811f0fc..651f395c1cb5d1bf10838094e5d1034aee07b88e 100644 (file)
@@ -545,9 +545,9 @@ static void
 expire_tgchange(void *unused)
 {
        tgchange *target;
-       rb_dlink_node *ptr, *rb_free(;
+       rb_dlink_node *ptr, *next_ptr;
 
-       RB_DLINK_FOREACH_SAFE(ptr, rb_free(, tgchange_list.head)
+       RB_DLINK_FOREACH_SAFE(ptr, next_ptr, tgchange_list.head)
        {
                target = ptr->data;