Mercurial > pidgin.yaz
diff plugins/yay/yay.c @ 1737:82c824fe018e
[gaim-migrate @ 1747]
be able to handle offline messages. should make it so that they have the correct timestamp, but eh. that'll have to come later, when the UI can handle it.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 21 Apr 2001 01:59:38 +0000 |
parents | 45800119e039 |
children | 1e0613d9526b |
line wrap: on
line diff
--- a/plugins/yay/yay.c Sat Apr 21 01:25:30 2001 +0000 +++ b/plugins/yay/yay.c Sat Apr 21 01:59:38 2001 +0000 @@ -135,6 +135,7 @@ struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; char buf[BUF_LEN * 4]; char *tmp, *c, *e; + time_t tm; int at = 0; va_list ap; @@ -143,6 +144,7 @@ va_start(ap, sess); id = va_arg(ap, char *); nick = va_arg(ap, char *); + tm = va_arg(ap, time_t); msg = va_arg(ap, char *); va_end(ap);