Mercurial > pidgin.yaz
diff src/server.c @ 2706:e841b14b5b89
[gaim-migrate @ 2719]
oh
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 10 Nov 2001 08:02:40 +0000 |
| parents | 37d80035e77f |
| children | 8eb8db9a8449 |
line wrap: on
line diff
--- a/src/server.c Sat Nov 10 03:50:52 2001 +0000 +++ b/src/server.c Sat Nov 10 08:02:40 2001 +0000 @@ -187,7 +187,7 @@ char *buf = NULL; if (message) { buf = g_malloc(strlen(message) + 1); - if (gc->prpl->options & OPT_PROTO_HTML) + if (gc->flags & OPT_CONN_HTML) strncpy(buf, message, strlen(message) + 1); else strncpy_nohtml(buf, message, strlen(message) + 1);
