1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +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
+2 -2
View File
@@ -935,11 +935,11 @@ weechat_aspell_debug_libs_cb (void *data, const char *signal,
(void) signal_data;
#ifdef USE_ENCHANT
weechat_printf (NULL, " %s: enchant v%s",
weechat_printf (NULL, " %s: enchant %s",
ASPELL_PLUGIN_NAME, enchant_get_version ());
#else
#ifdef HAVE_ASPELL_VERSION_STRING
weechat_printf (NULL, " %s: aspell v%s",
weechat_printf (NULL, " %s: aspell %s",
ASPELL_PLUGIN_NAME, aspell_version_string ());
#else
weechat_printf (NULL, " %s: aspell (?)", ASPELL_PLUGIN_NAME);