From df8c922b3d212bc5fadcd5cd26ebe868a9fe0f47 Mon Sep 17 00:00:00 2001 From: Guy Date: Mon, 25 Jul 2016 16:52:27 -0700 Subject: [PATCH] Bug fix --- src/proof/theory_proof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proof/theory_proof.cpp b/src/proof/theory_proof.cpp index f544f5ff5..8c74d0c2c 100644 --- a/src/proof/theory_proof.cpp +++ b/src/proof/theory_proof.cpp @@ -1087,7 +1087,7 @@ void LFSCBooleanProof::printOwnedTerm(Expr term, std::ostream& os, const ProofLe } // The let map should already have the current expression. - ProofLetMap::const_iterator it = map.find(term); + ProofLetMap::const_iterator it = map.find(currentExpression.toExpr()); if (it != map.end()) { unsigned id = it->second.id; unsigned count = it->second.count; -- 2.30.2