mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
irc: fix type of value returned by function irc_buffer_build_name
This commit is contained in:
@@ -87,7 +87,7 @@ irc_buffer_get_server_and_channel (struct t_gui_buffer *buffer,
|
||||
* Builds buffer name with a server and a channel.
|
||||
*/
|
||||
|
||||
char *
|
||||
const char *
|
||||
irc_buffer_build_name (const char *server, const char *channel)
|
||||
{
|
||||
static char buffer[128];
|
||||
|
||||
Reference in New Issue
Block a user