aboutsummaryrefslogtreecommitdiff
path: root/protocol.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-05-18 09:25:16 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-05-18 09:25:16 -0400
commit9061cceae5cd9b2a1b17cd895ba92729987e4803 (patch)
tree2a0ef48b0361f37fa706457a285f62791eed4f19 /protocol.f90
parenta4de5b27c2ce9aca1516b13ad9c70a51f9bd06ff (diff)
downloadLR-87-9061cceae5cd9b2a1b17cd895ba92729987e4803.tar.gz
LR-87-9061cceae5cd9b2a1b17cd895ba92729987e4803.zip
Fixed rendering when an error occurs in GUI client. GUI client window title now set to first encountered level 1 heading.
Diffstat (limited to 'protocol.f90')
-rw-r--r--protocol.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.f90 b/protocol.f90
index e8039d3..c25441c 100644
--- a/protocol.f90
+++ b/protocol.f90
@@ -135,7 +135,7 @@ contains
returncode = -1
write(unit_number, *) "Send Error: Could Not Send Request"
- write(*, *) "Send Error: Could Not Send Request"
+
end if
else