summaryrefslogtreecommitdiff
path: root/src/proof
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof')
-rw-r--r--src/proof/theory_proof.cpp2
1 files changed, 1 insertions, 1 deletions
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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback