diff options
Diffstat (limited to 'src/plugins/fifo/fifo.c')
-rw-r--r-- | src/plugins/fifo/fifo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c index af78e301f..bedbae630 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.c @@ -236,14 +236,14 @@ fifo_remove () void fifo_exec (const char *text) { - char *text2, *pos_msg, *pos_buffer, *pos; + char *text2, *pos_msg, *pos_buffer; struct t_gui_buffer *ptr_buffer; text2 = strdup (text); if (!text2) return; - pos = NULL; + pos_msg = NULL; ptr_buffer = NULL; /* |