mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-26 19:32:39 +00:00
Prior to this change, it was possible to cause an infinite loop by making the string to be replaced and the replacing string the same thing. e.g. std::string some_str = "test"; ReplaceAll(some_str, "test", "test"); This also changes the replacing in a way that doesn't require starting from the beginning of the string on each replacement iteration. |
||
|---|---|---|
| .. | ||
| AudioCommon | ||
| Common | ||
| Core | ||
| DiscIO | ||
| DolphinWX | ||
| InputCommon | ||
| VideoBackends | ||
| VideoCommon | ||
| CMakeLists.txt | ||