1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

core: fix uninitialized variable "result" in callback of command /eval

This commit is contained in:
Sebastien Helleu
2013-08-04 12:51:01 +02:00
parent f22b0311b9
commit 227f8ac604
+1
View File
@@ -1520,6 +1520,7 @@ COMMAND_CALLBACK(eval)
hashtable_set (options, "type", "condition");
}
result = NULL;
if (print_only)
{
expr = string_remove_quotes (ptr_args, "\"");