mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
core: remove "v" before versions displayed by /debug libs
This commit is contained in:
@@ -304,7 +304,7 @@ gui_main_signal_sigwinch ()
|
||||
void
|
||||
gui_main_debug_libs ()
|
||||
{
|
||||
gui_chat_printf (NULL, " ncurses: v%s (patch %d)",
|
||||
gui_chat_printf (NULL, " ncurses: %s (patch %d)",
|
||||
NCURSES_VERSION, NCURSES_VERSION_PATCH);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user