mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
use ztring
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fce377e1d7
commit
1e62029413
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ namespace sls {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
for (auto& str : conts)
|
for (auto& str : conts)
|
||||||
m_str_updates.push_back({ x, str + m_chars[ctx.rand(m_chars.size())], 1});
|
m_str_updates.push_back({ x, str + zstring(m_chars[ctx.rand(m_chars.size())]), 1});
|
||||||
}
|
}
|
||||||
return apply_update();
|
return apply_update();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue