We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
list_fortran_suffixes
1 parent 7b035fd commit e3e32cdCopy full SHA for e3e32cd
src/fpm_sources.f90
@@ -71,7 +71,7 @@ subroutine list_fortran_suffixes(suffixes,with_f_ext)
71
end do
72
if (present(with_f_ext)) then
73
do i=1,nuser
74
- suffixes(ndefault+1) = string_t(with_f_ext(i)%s)
+ suffixes(ndefault+i) = string_t(with_f_ext(i)%s)
75
76
endif
77
0 commit comments