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

minor fix for proof logging.

parent 0b9283bf
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