From e65a9b0ddd84b88ec6572892ea8d2e8bec4162be Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Aug 2019 13:54:47 +0200 Subject: Adjust to fdstream constructor changes --- mod/mod-submit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/mod-submit.cxx b/mod/mod-submit.cxx index a4ee158..7666b55 100644 --- a/mod/mod-submit.cxx +++ b/mod/mod-submit.cxx @@ -358,7 +358,7 @@ handle (request& rq, response& rs) sha256 sha; char buf[8192]; - ofdstream os (af, ios::binary); + ofdstream os (af, fdopen_mode::binary); while (!eof (is)) { -- cgit v1.1