1
0
Fork 0

Correctly resolve branches if necessary

pull/770/head
Nils Adermann 2012-06-05 11:04:09 +02:00
parent 67fde90666
commit ac762ba6e9
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ class Solver
}
if ($lastLiteral) {
$this->branches[$lastBranchIndex][$lastBranchOffset] = null;
$this->branches[$lastBranchIndex][$lastBranchOffset] = array();
$minimizationSteps++;
$level = $lastLevel;