mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[build] try to fix issue
This commit is contained in:
parent
2a9f0bcda8
commit
689793d39f
@ -733,7 +733,8 @@ struct json_path_handler : public json_path_handler_base {
|
||||
auto* obj = ypc->ypc_obj_stack.top();
|
||||
auto key = ypc->get_path_fragment(-1);
|
||||
|
||||
json_path_handler::get_field(obj, args...)[key] = val;
|
||||
json_path_handler::get_field(obj, args...)[key]
|
||||
= static_cast<int64_t>(val);
|
||||
|
||||
return 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user