diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-09 21:56:14 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-09 21:56:14 +0200 |
commit | 85f6444fefb3d4c8a73791bc9383604e6f57ac11 (patch) | |
tree | 0591e9089fa28528e441e427bc5c7f1756f0677f /src/gui/gui-chat.h | |
parent | e1ffb1f70f0822bffc92a9fa7533ed0027088654 (diff) | |
download | weechat-85f6444fefb3d4c8a73791bc9383604e6f57ac11.zip |
Use local buffer in print functions, so that they are reentrant
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r-- | src/gui/gui-chat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index 5851b6535..0f6ed04b7 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -24,8 +24,6 @@ struct t_gui_window; struct t_gui_buffer; struct t_gui_line; -#define GUI_CHAT_BUFFER_PRINTF_SIZE (128*1024) - #define gui_chat_printf(buffer, argz...) \ gui_chat_printf_date_tags(buffer, 0, NULL, ##argz) |