From e9dfc0a04d1bdb018ae77f1d914bf0e77f3370b6 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 11 Aug 2020 08:52:12 -0400 Subject: Favorites and internal pages are now working. Added symbols to buttons in Windows based on new AppGraphics release. --- files.f90 | 1 - 1 file changed, 1 deletion(-) (limited to 'files.f90') diff --git a/files.f90 b/files.f90 index b1c24dc..1c76311 100644 --- a/files.f90 +++ b/files.f90 @@ -82,7 +82,6 @@ contains end do length = (endpos - startpos + 1) - !print '(A10, I8)', "allocated", length allocate(character(len=length) :: res) res = repeat(' ', length) -- cgit v1.2.3