Skip to content
Snippets Groups Projects
Commit 6b8764b0 authored by Çağrı Uluç Yıldırımoğlu's avatar Çağrı Uluç Yıldırımoğlu
Browse files

minor proof logging error fix.

parent 4ff84c06
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ print_added_proof_line (proof * proof)
if (proof->binary)
kissat_putc (proof->file, 'a');
else{
kissat_put_string(proof->file, "red");
kissat_put_string(proof->file, "red ");
}
int pivotLit = 0;
......@@ -353,7 +353,7 @@ print_delete_proof_line (proof * proof)
kissat_putc (proof->file, 'd');
}
else {
kissat_put_string(proof->file, "del find");
kissat_put_string(proof->file, "del find ");
}
print_proof_line (proof);
if (!proof->binary)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment