ref: 5f1c8993158af2cd23d685c123b83bcb5c0d42fc
parent: b12bf0009ed8fc457347c0ebc615a54254731b48
author: Ori Bernstein <[email protected]>
date: Wed Jun 6 12:23:26 EDT 2012
Match up the name of pickle files. We had mismatches. This screwed things up.
--- a/8/main.c
+++ b/8/main.c
@@ -71,7 +71,7 @@
fclose(tmp);
/* and reading it back */
- tmp = fopen("test.pkl", "r");
+ tmp = fopen("a.pkl", "r");
rdback = unpickle(tmp);
dump(rdback, stdout);
fclose(tmp);