Skip to content

Commit

Permalink
workaround for craypp crash
Browse files Browse the repository at this point in the history
fix #839
  • Loading branch information
vinniefalco committed Apr 16, 2024
1 parent 6c48a8c commit 50f7247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segments_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ segments_view(
segments_view::
segments_view(
core::string_view s)
: segments_view(
: segments_base(
parse_path(s).value(
BOOST_URL_POS))
{
Expand Down

0 comments on commit 50f7247

Please sign in to comment.