Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Mar 8, 2024
1 parent 47224d4 commit ebe92a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ int main(int argc, char* argv[])

// json_pointer, json_pointerA <- u8string_view?

if (false == claujson::Value::json_pointerA("/geometry/coordinates"sv, vec, false)) {
if (false == claujson::Value::json_pointerA("/geometry/coordinates"sv, vec)) {
std::cout << "json pointer error.\n";
return 1;
}
Expand Down

0 comments on commit ebe92a6

Please sign in to comment.