mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
includes/std: Fixed std::string::replace truncating output incorrectly (#157)
This commit is contained in:
@@ -230,6 +230,7 @@ namespace std::string {
|
||||
i = i + 1;
|
||||
}
|
||||
}
|
||||
result = result + std::string::substr(string,string_len-pattern_len-1,pattern_len);
|
||||
|
||||
return result;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user