shithub: mc

Download patch

ref: 88554182e72b6d1e23f9482fae2bb5f1ed50d408
parent: 8ce0032c23c61802082f2b755ff91a0801e4416b
parent: fc414618bf82fed12fb5fac9f1132bcc9dfb1557
author: Ori Bernstein <[email protected]>
date: Wed Jun 6 16:27:02 EDT 2012

Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2

--- 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);