shithub: mc

Download patch

ref: e74c5da9487abb0eafb1f5196847d057a9926d54
parent: af3b677d34189d7d6b523e170d78596d956c9d53
author: Ori Bernstein <orib@fb.com>
date: Tue Mar 31 13:02:34 EDT 2015

fput() is the one that takes an fd.

--- a/deps.myr
+++ b/deps.myr
@@ -216,7 +216,7 @@
 	;;
 	match bio.getbe32(f)
 	| `std.Some 1:	/* nothing: version matches. */
-	| `std.Some 0:	std.put(1, "library %s: warning: old usefile version\n", lib)
+	| `std.Some 0:	std.fput(1, "library %s: warning: old usefile version\n", lib)
 	| `std.Some _:	std.fatal(1, "library %s: usefile version unknown\n", lib)
 	| `std.None:	std.fatal(1, "library %s: corrutpt or invalid usefile\n", lib)
 	;;