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:
@@ -1520,6 +1520,7 @@ COMMAND_CALLBACK(eval)
|
||||
hashtable_set (options, "type", "condition");
|
||||
}
|
||||
|
||||
result = NULL;
|
||||
if (print_only)
|
||||
{
|
||||
expr = string_remove_quotes (ptr_args, "\"");
|
||||
|
||||
Reference in New Issue
Block a user