aboutsummaryrefslogtreecommitdiff
path: root/layout.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-05-06 15:17:22 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-05-06 15:17:22 -0400
commitb32558e3fb7021bb7fe2af311aaa535c79fc5637 (patch)
treefd3abf1369fee8315f2ccbd2df3a56dd4c3c9cbb /layout.f90
parentaa6707d3e3b6e449eb6b2299091cfaefe52ae849 (diff)
downloadLR-87-b32558e3fb7021bb7fe2af311aaa535c79fc5637.tar.gz
LR-87-b32558e3fb7021bb7fe2af311aaa535c79fc5637.zip
Fixed stream io under non-Windows systems. Updated non-Windows project.
Diffstat (limited to 'layout.f90')
-rw-r--r--layout.f901
1 files changed, 1 insertions, 0 deletions
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)