1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

Removed compilation warning when plugins are not compiled

This commit is contained in:
Sebastien Helleu
2007-08-31 13:27:07 +00:00
parent 88a6c491a2
commit 5218a359af
+2 -2
View File
@@ -814,9 +814,9 @@ int
gui_insert_string_input (t_gui_window *window, char *string, int pos)
{
int i, pos_start, size, length;
char *ptr_start, *string2;
char *ptr_start;
#ifdef PLUGINS
char *buffer_before_insert;
char *buffer_before_insert, *string2;
#endif
if (window->buffer->has_input)