mcabber/src/histolog.c
changeset 221 73f6ce668ba8
parent 197 c289e3c39c48
child 241 8584f919d9b9
--- a/mcabber/src/histolog.c	Sat Jun 04 11:44:55 2005 +0000
+++ b/mcabber/src/histolog.c	Sat Jun 04 12:47:13 2005 +0000
@@ -238,11 +238,11 @@
 }
 
 inline void hlog_write_status(const char *jid, time_t timestamp,
-        enum imstatus status)
+        enum imstatus status, const char *status_msg)
 {
   // #1 XXX Check status value?
   // #2 We could add a user-readable comment
   write_histo_line(jid, timestamp, 'S', toupper(imstatus2char[status]),
-          NULL);
+          status_msg);
 }