From 7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 10 Aug 2020 18:02:04 -0400 Subject: Fixed favorite loading that caused string filling and pointer crashes. Now calls win32 CreateDirectory on Windows. Fixed Fave button on Windows. --- main.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.F90') diff --git a/main.F90 b/main.F90 index 7236a2e..d06131b 100644 --- a/main.F90 +++ b/main.F90 @@ -313,7 +313,7 @@ contains open(newunit=loadunit, file=filename, status='old', action='read', iostat=ios) if(ios == 0) then - faves = read_favorites(loadunit) + faves => read_favorites(loadunit) close(loadunit) else -- cgit v1.2.3