From 05b91a7ca0aace044621d8db1e82f4772181d893 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 14 Apr 2021 10:54:27 -0400 Subject: Fixed binary transfers to maintain file integrity. Added globbed file upload capabilities. Fixed memory overrun issues due to problems parsing ls output. --- common/jessl.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/jessl.f90') diff --git a/common/jessl.f90 b/common/jessl.f90 index a03df09..5ad90fd 100644 --- a/common/jessl.f90 +++ b/common/jessl.f90 @@ -208,7 +208,7 @@ contains implicit none type(c_ptr)::ssl - character, dimension(:), intent(out)::buf + character(len=1), dimension(:), intent(out)::buf integer::ssl_read integer::bufsize -- cgit v1.2.3