aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Smit <freevryheid@gmail.com>2022-01-20 12:05:45 -0600
committerGitHub <noreply@github.com>2022-01-20 12:05:45 -0600
commit679bc5d7c25f8160375e02f53f04caa8ffcaacbf (patch)
tree75ad62598ccff23d128a9afd0f17479f6a54d413
parent1a3d5cfee58075979774dfae2a0e3f68ba6031b2 (diff)
downloadfpm-679bc5d7c25f8160375e02f53f04caa8ffcaacbf.tar.gz
fpm-679bc5d7c25f8160375e02f53f04caa8ffcaacbf.zip
Update src/fpm/cmd/new.f90
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
-rw-r--r--src/fpm/cmd/new.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm/cmd/new.f90 b/src/fpm/cmd/new.f90
index f5a3ea4..414623b 100644
--- a/src/fpm/cmd/new.f90
+++ b/src/fpm/cmd/new.f90
@@ -590,7 +590,7 @@ end function default_user
function git_user(what) result(user)
use fpm_filesystem, only : get_temp_filename, getline
implicit none
- character(len=5), intent(in) :: what
+ character(len=*), intent(in) :: what
character(len=:), allocatable :: user
character(len=:), allocatable :: temp_user, iomsg
integer :: stat, unit