mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Some compiling fixes found by -Wall in perl dirs..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2990 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a6095cd421
commit
df7ccce8ec
13 changed files with 37 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "module.h"
|
||||
#include "ctcp.h"
|
||||
|
||||
MODULE = Irssi::Irc::Ctcp PACKAGE = Irssi
|
||||
PROTOTYPES: ENABLE
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ static void perl_irc_connect_fill_hash(HV *hv, IRC_SERVER_CONNECT_REC *conn)
|
|||
|
||||
static void perl_irc_server_fill_hash(HV *hv, IRC_SERVER_REC *server)
|
||||
{
|
||||
perl_server_fill_hash(hv, server);
|
||||
perl_server_fill_hash(hv, (SERVER_REC *) server);
|
||||
|
||||
hv_store(hv, "real_address", 12, new_pv(server->real_address), 0);
|
||||
hv_store(hv, "usermode", 8, new_pv(server->usermode), 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue