# HG changeset patch # User Christian Hammond # Date 1061758575 0 # Node ID cec2e26b7430407b9dd66ad0e1765b7ff222f32f # Parent 6298f82970a9d975d790eca69b836f091eb05247 [gaim-migrate @ 7141] I'm never touching perl again. committer: Tailor Script diff -r 6298f82970a9 -r cec2e26b7430 plugins/perl/common/Conversation_Chat.xs --- a/plugins/perl/common/Conversation_Chat.xs Sun Aug 24 20:44:50 2003 +0000 +++ b/plugins/perl/common/Conversation_Chat.xs Sun Aug 24 20:56:15 2003 +0000 @@ -81,7 +81,7 @@ const char *message int flags CODE: - gaim_chat_write(chat, who, message, flags, time(NULL); + gaim_chat_write(chat, who, message, flags, time(NULL)); void gaim_chat_send(chat, message)