mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix debug build
This commit is contained in:
parent
4e9035d4b9
commit
aaa1af5b28
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public:
|
|||
}
|
||||
|
||||
void init(SZ s) {
|
||||
SASSERT(m_data == nullptr;);
|
||||
SASSERT(m_data == nullptr);
|
||||
if (s == 0) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue