aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Smit <freevryheid@gmail.com>2022-01-20 12:05:38 -0600
committerGitHub <noreply@github.com>2022-01-20 12:05:38 -0600
commit1a3d5cfee58075979774dfae2a0e3f68ba6031b2 (patch)
tree4d9dbe6703e39e24a51911f2f06a88341be1838f
parent45d3fd8afae5830b9c1eb13045e689078eff4d5a (diff)
downloadfpm-1a3d5cfee58075979774dfae2a0e3f68ba6031b2.tar.gz
fpm-1a3d5cfee58075979774dfae2a0e3f68ba6031b2.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 c0ec3b8..f5a3ea4 100644
--- a/src/fpm/cmd/new.f90
+++ b/src/fpm/cmd/new.f90
@@ -577,7 +577,7 @@ contains
function default_user(what) result(user)
implicit none
- character(len=5), intent(in) :: what
+ character(len=*), intent(in) :: what
character(len=:), allocatable :: user
if (what=="uname") then
user = "Jane Doe"