PIValueTreeConversions text, options
PIVariant fixes
This commit is contained in:
@@ -772,6 +772,7 @@ PIString & PIString::replaceAll(const PIString & what, const PIString & with) {
|
||||
if (dl > 0) d.insert(i, PIDeque<PIChar>((size_t)dl));
|
||||
if (dl < 0) d.remove(i, -dl);
|
||||
memcpy(d.data(i), with.d.data(), with.size() * sizeof(PIChar));
|
||||
i += dl;
|
||||
}
|
||||
}
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user