diff options
author | urbanjost <urbanjost@comcast.net> | 2021-02-21 08:54:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 08:54:30 -0500 |
commit | 4870a59b46c7d3c7b4f411330396d0e26cb4846a (patch) | |
tree | 6f81d4dc77b0e0e10989e59334297502ff133135 | |
parent | da13cdbe3c41cf8f16bb34bfce3cb696f94a81b9 (diff) | |
download | fpm-4870a59b46c7d3c7b4f411330396d0e26cb4846a.tar.gz fpm-4870a59b46c7d3c7b4f411330396d0e26cb4846a.zip |
Update fpm/src/fpm_strings.f90
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
-rw-r--r-- | fpm/src/fpm_strings.f90 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpm/src/fpm_strings.f90 b/fpm/src/fpm_strings.f90 index 139b822..6bbb7c7 100644 --- a/fpm/src/fpm_strings.f90 +++ b/fpm/src/fpm_strings.f90 @@ -485,9 +485,6 @@ character(len=:),allocatable :: sep_local, left_local, right_local endif enddo end function join -!=================================================================================================================================== -!()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()! -!=================================================================================================================================== !> !!##NAME !! glob(3f) - [M_strings:COMPARE] compare given string for match to |