aboutsummaryrefslogtreecommitdiff
path: root/files.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-08-11 08:52:12 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-08-11 08:52:12 -0400
commite9dfc0a04d1bdb018ae77f1d914bf0e77f3370b6 (patch)
tree2e816aa6e65ece4ac5fee93ad70b0e2941b35bee /files.f90
parent7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb (diff)
downloadLR-87-e9dfc0a04d1bdb018ae77f1d914bf0e77f3370b6.tar.gz
LR-87-e9dfc0a04d1bdb018ae77f1d914bf0e77f3370b6.zip
Favorites and internal pages are now working. Added symbols to buttons in Windows based on new AppGraphics release.
Diffstat (limited to 'files.f90')
-rw-r--r--files.f901
1 files changed, 0 insertions, 1 deletions
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)