Skip to content

Commit

Permalink
fix dumb hack to make rstring overload work
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 2, 2020
1 parent 525cb8b commit 50e8fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RageUtil/Utils/RageUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,7 @@ Regex::Replace(const std::string& sReplacement,
RString sTo = asMatches[i];
RString forp = sOut;
forp.Replace(sFrom, sTo);
sOut = forp;
}

return true;
Expand Down

0 comments on commit 50e8fa3

Please sign in to comment.