mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Fixed one error and several warnings with GLIB 2.0
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2663 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ec168a4009
commit
bd00ff54c2
7 changed files with 23 additions and 16 deletions
|
|
@ -168,7 +168,8 @@ static char *dcc_send_get_file(const char *fname)
|
|||
static void cmd_dcc_send(const char *data, IRC_SERVER_REC *server,
|
||||
WI_ITEM_REC *item)
|
||||
{
|
||||
char *target, *fname, *str;
|
||||
const char *fname;
|
||||
char *target, *str;
|
||||
void *free_arg;
|
||||
char host[MAX_IP_LEN];
|
||||
int hfile, port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue