3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

Issue #407 build break

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-01-07 20:05:49 -08:00
parent 8b66411c05
commit 0e6aaf0211
3 changed files with 10 additions and 14 deletions

View file

@ -666,5 +666,7 @@ void seq_util::str::get_concat(expr* e, expr_ref_vector& es) const {
get_concat(e1, es);
e = e2;
}
es.push_back(e);
if (!is_empty(e)) {
es.push_back(e);
}
}