mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
correct wrong function prefixes: g_io_channel -> i_io_channel
This commit is contained in:
parent
9181796472
commit
50ed476623
8 changed files with 25 additions and 25 deletions
|
|
@ -302,9 +302,9 @@ static void process_exec(PROCESS_REC *rec, const char *cmd)
|
|||
|
||||
if (rec->pid != 0) {
|
||||
/* parent process */
|
||||
GIOChannel *outio = g_io_channel_new(in[1]);
|
||||
GIOChannel *outio = i_io_channel_new(in[1]);
|
||||
|
||||
rec->in = g_io_channel_new(out[0]);
|
||||
rec->in = i_io_channel_new(out[0]);
|
||||
rec->out = net_sendbuffer_create(outio, 0);
|
||||
|
||||
close(out[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue