1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

core: remove "v" before versions displayed by /debug libs

This commit is contained in:
Sebastien Helleu
2013-11-18 07:46:14 +01:00
parent b63ac8a0f1
commit 3b53a3a8be
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -962,7 +962,7 @@ weechat_ruby_signal_debug_libs_cb (void *data, const char *signal,
(void) type_data;
(void) signal_data;
weechat_printf (NULL, " %s: v%s", RUBY_PLUGIN_NAME, ruby_version);
weechat_printf (NULL, " %s: %s", RUBY_PLUGIN_NAME, ruby_version);
return WEECHAT_RC_OK;
}