From dd024525462ffd64821651922238a4bb1dcfcc1d Mon Sep 17 00:00:00 2001 From: "S. Gilles" Date: Mon, 15 Jan 2018 10:08:54 -0500 Subject: [PATCH] update for upstream 52eca667bbd1cf5a929d3f2352c3c1ee8e91625d --- maildir.myr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maildir.myr b/maildir.myr index 6b1df0f..88915e8 100644 --- a/maildir.myr +++ b/maildir.myr @@ -62,7 +62,7 @@ const infofmt = {s : std.strbuf#, ap : std.valist#, opts : (byte[:], byte[:])[:] const __init__ = { var i : info = [.passed = true] - std.fmtinstall(std.typeof(i), infofmt, [][:]) + std.fmtinstall(std.typeof(i), infofmt) } const ismaildir = {dir : byte[:] -> bool -- 2.11.4.GIT