From b32558e3fb7021bb7fe2af311aaa535c79fc5637 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 6 May 2020 15:17:22 -0400 Subject: Fixed stream io under non-Windows systems. Updated non-Windows project. --- layout.f90 | 1 + 1 file changed, 1 insertion(+) (limited to 'layout.f90') diff --git a/layout.f90 b/layout.f90 index 9a3797b..403f644 100644 --- a/layout.f90 +++ b/layout.f90 @@ -31,6 +31,7 @@ contains call rendering_engine%prepare_for_layout() do while(laying_out) + select case (walker%line_type) case (line_type_text) -- cgit v1.2.3