mirror of
https://github.com/transmission/transmission
synced 2025-02-12 17:34:40 +00:00
fix: tyop
This commit is contained in:
parent
38aa28a831
commit
ea52e75476
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ bool removeURL(tr_variant* metainfo, std::string_view url)
|
||||||
return changed;
|
return changed;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodisard]] auto replaceSubstr(std::string_view str, std::string_view oldval, std::string_view newval)
|
[[nodiscard]] auto replaceSubstr(std::string_view str, std::string_view oldval, std::string_view newval)
|
||||||
{
|
{
|
||||||
auto ret = std::string{};
|
auto ret = std::string{};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue