From 96c9f4eacd3f8527d3039227e11934ac7a3dfe5a Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 3 Feb 2002 17:44:16 +0000 Subject: [PATCH] updates. --- TODO | 2 ++ apps/irssi/src/silc/core/silc-channels.c | 2 +- lib/Makefile.am.pre | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 7ff7d52a..7eca1b9c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ TODO/bugs in Irssi SILC client ============================== + o /cumode for unknown nick does not give any error message. + o Add local command to switch the channel's private key when channel has several private keys. Currently sending channel messages with many keys is not possible because changing the key is not possible by the diff --git a/apps/irssi/src/silc/core/silc-channels.c b/apps/irssi/src/silc/core/silc-channels.c index 054e5d4d..2d51590b 100644 --- a/apps/irssi/src/silc/core/silc-channels.c +++ b/apps/irssi/src/silc/core/silc-channels.c @@ -245,7 +245,7 @@ static void event_topic(SILC_SERVER_REC *server, va_list va) char userhost[256]; SilcIdType idtype; - idtype = va_arg(va, SilcIdType); + idtype = va_arg(va, int); entry = va_arg(va, void *); topic = va_arg(va, char *); channel = va_arg(va, SilcChannelEntry); diff --git a/lib/Makefile.am.pre b/lib/Makefile.am.pre index 62b665df..8e356378 100644 --- a/lib/Makefile.am.pre +++ b/lib/Makefile.am.pre @@ -74,6 +74,9 @@ install-exec-hook: -mkdir -p $(libdir) -$(INSTALL) libsilc.a $(libdir)/ -$(INSTALL) libsilcclient.a $(libdir)/ +else +install-exec-hook: + -cd endif if SILC_DIST_WIN32DLL -- 2.43.0