comparison src/conversation.c @ 1456:6650776468b3

[gaim-migrate @ 1466] trying to pass -Wall committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Feb 2001 08:37:16 +0000
parents d113c7e2c5f1
children ae075ecc7c34
comparison
equal deleted inserted replaced
1455:d113c7e2c5f1 1456:6650776468b3
1120 /* this is going to be interesting since the conversation could either be a 1120 /* this is going to be interesting since the conversation could either be a
1121 * normal IM conversation or a chat window. but hopefully it won't matter */ 1121 * normal IM conversation or a chat window. but hopefully it won't matter */
1122 void write_to_conv(struct conversation *c, char *what, int flags, char *who) 1122 void write_to_conv(struct conversation *c, char *what, int flags, char *who)
1123 { 1123 {
1124 char *buf = g_malloc(BUF_LONG); 1124 char *buf = g_malloc(BUF_LONG);
1125 char buf2[1024];
1126 char *str; 1125 char *str;
1127 FILE *fd; 1126 FILE *fd;
1128 char colour[10]; 1127 char colour[10];
1129 int colorv = -1; 1128 int colorv = -1;
1130 char *clr; 1129 char *clr;