# HG changeset patch # User Christian Hammond # Date 1061757890 0 # Node ID 6298f82970a9d975d790eca69b836f091eb05247 # Parent a3602428ff53dae66702951a310eccea5ba57542 [gaim-migrate @ 7140] . committer: Tailor Script diff -r a3602428ff53 -r 6298f82970a9 plugins/perl/common/Conversation_Chat.xs --- a/plugins/perl/common/Conversation_Chat.xs Sun Aug 24 20:36:41 2003 +0000 +++ b/plugins/perl/common/Conversation_Chat.xs Sun Aug 24 20:44:50 2003 +0000 @@ -81,7 +81,7 @@ const char *message int flags CODE: - gaim_chat_write(chat, who, message, flag, time(NULL); + gaim_chat_write(chat, who, message, flags, time(NULL); void gaim_chat_send(chat, message)