]> jfr.im git - irc/weechat/weechat.git/commit
core: increase buffer size in function gui_bar_item_time_cb
authorSébastien Helleu <redacted>
Sun, 22 Nov 2020 13:56:55 +0000 (14:56 +0100)
committerSébastien Helleu <redacted>
Sun, 22 Nov 2020 13:56:55 +0000 (14:56 +0100)
commita8dd0e133719593206d19bbca4d94a5d5070f0d7
tree97a0339656f600f11b6530abf54f2abf743b453e
parent070eb3f7b00f7d6ad14cd6f1542b2d6bae1ddb42
core: increase buffer size in function gui_bar_item_time_cb

This fixes a compiler warning complaining about a too small buffer for
snprintf, even if this should never happen.
src/gui/gui-bar-item.c