ref: 2ec6b23c4ef94a452996573cc79da96e05a96cc0
parent: 51db6fac184fd46a4c79df775e6f2df90641b4fa
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Dec 18 09:54:50 EST 2013
Call correct formatting function.
--- a/bio.myr
+++ b/bio.myr
@@ -387,7 +387,7 @@
const put = {f, fmt, args
var buf : byte[2048]
- -> write(f, std.fmt(buf[:], fmt, std.vastart(&args)))
+ -> write(f, std.bfmt(buf[:], fmt, std.vastart(&args)))
}
/*
@@ -452,6 +452,8 @@
:writedone
-> count
}
+
+
/*
Reads as many bytes as possible from the file into