Skip to content

Commit

Permalink
expr.select_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 15, 2023
1 parent c6d65d4 commit b0249d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jsoncons_ext/jsonpath/json_location.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ namespace jsonpath {
switch (element.element_kind())
{
case path_element_kind::name:
if (current.is_object())
if (p_current->is_object())
{

}
Expand Down

0 comments on commit b0249d0

Please sign in to comment.