Make --raw work again.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1e29608c7e
commit
0470acb00e
|
@ -92,6 +92,10 @@ std::vector<match> search(const fs::path &filepath,
|
||||||
{
|
{
|
||||||
file = cleanup_text(helpers::unescape_html(document));
|
file = cleanup_text(helpers::unescape_html(document));
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
file.text = document;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
string::const_iterator begin{file.text.begin()};
|
string::const_iterator begin{file.text.begin()};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user