From 40a7933018cf749ab8c8536997ba2a4d09bc4390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 12 Jun 2017 17:10:14 -0700 Subject: [PATCH] Fixed FileWriter. --- src/crtimpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crtimpl.cpp b/src/crtimpl.cpp index aa447fc..2cc62f7 100644 --- a/src/crtimpl.cpp +++ b/src/crtimpl.cpp @@ -198,6 +198,7 @@ namespace bx return false; } + m_open = true; return true; }