mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
parent
cf2258a536
commit
a04921dafe
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ zstring zstring::replace(zstring const& src, zstring const& dst) const {
|
||||||
return zstring(*this);
|
return zstring(*this);
|
||||||
}
|
}
|
||||||
if (src.length() == 0) {
|
if (src.length() == 0) {
|
||||||
return zstring(*this);
|
return dst + zstring(*this);
|
||||||
}
|
}
|
||||||
bool found = false;
|
bool found = false;
|
||||||
for (unsigned i = 0; i < length(); ++i) {
|
for (unsigned i = 0; i < length(); ++i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue