Skip to content

Commit 1e62029

Browse files
use ztring
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent fce377e commit 1e62029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/sls/sls_seq_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ namespace sls {
11961196
}
11971197
else {
11981198
for (auto& str : conts)
1199-
m_str_updates.push_back({ x, str + m_chars[ctx.rand(m_chars.size())], 1});
1199+
m_str_updates.push_back({ x, str + zstring(m_chars[ctx.rand(m_chars.size())]), 1});
12001200
}
12011201
return apply_update();
12021202
}

0 commit comments

Comments
 (0)