From a60a9d10ce94acc0c5bfed2a20c8bed4e91be725 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 16 Apr 2021 11:33:11 -0400 Subject: Fixed issue with connect calls that were manifested on macOS. --- player/talking.f90 | 1 + 1 file changed, 1 insertion(+) (limited to 'player/talking.f90') diff --git a/player/talking.f90 b/player/talking.f90 index c33e059..42b6451 100644 --- a/player/talking.f90 +++ b/player/talking.f90 @@ -51,6 +51,7 @@ contains status_code = request_url(mod_url, unit_number, return_type) else status_code = STATUS_LOCALFAIL + Print *, "Failed to open: "//trim(filename) end if close(unit_number) -- cgit v1.2.3