changeset 6616:6298f82970a9

[gaim-migrate @ 7140] . committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 20:44:50 +0000
parents a3602428ff53
children cec2e26b7430
files plugins/perl/common/Conversation_Chat.xs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)