mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
removed FIXME text :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1031 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f372f6d327
commit
ab0c12b74c
1 changed files with 0 additions and 1 deletions
|
|
@ -366,7 +366,6 @@ static void handle_exec(const char *args, GHashTable *optlist,
|
|||
if (g_hash_table_lookup(optlist, "in") != NULL) {
|
||||
rec = process_find(g_hash_table_lookup(optlist, "in"), TRUE);
|
||||
if (rec != NULL) {
|
||||
/* FIXME: use net_sendbuf instead */
|
||||
net_sendbuffer_send(rec->out, args, strlen(args));
|
||||
net_sendbuffer_send(rec->out, "\n", 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue