3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

fix debug build

This commit is contained in:
Nuno Lopes 2020-10-24 13:05:25 +01:00
parent 4e9035d4b9
commit aaa1af5b28

View file

@ -138,7 +138,7 @@ public:
}
void init(SZ s) {
SASSERT(m_data == nullptr;);
SASSERT(m_data == nullptr);
if (s == 0) {
return;
}