aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/src/fpm_command_line.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90
index d8c9598..502db99 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -198,6 +198,7 @@ contains
help_text=[character(len=widest) :: help_text, help_help]
help_text=[character(len=widest) :: help_text, version_text]
case default
+ ! note help_intrinsics is returning a fixed-length array to avoid compiler issues
help_text=[character(len=widest) :: help_text, help_intrinsics( lower( unnamed(i) ) ) ]
if(size(help_text).eq.0)then
help_text=[character(len=widest) :: help_text, &