From e9604361153450beb4051487ac6583b658ccb602 Mon Sep 17 00:00:00 2001 From: jalvesz <102541118+jalvesz@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:35:11 +0100 Subject: [PATCH] Update src/stdlib_str2num.f90 Co-authored-by: Jeremie Vandenplas --- src/stdlib_str2num.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdlib_str2num.f90 b/src/stdlib_str2num.f90 index 96eb0c968..e2cdb8518 100644 --- a/src/stdlib_str2num.f90 +++ b/src/stdlib_str2num.f90 @@ -521,7 +521,7 @@ elemental function mvs2nwsp(s) result(p) elemental function mvs2wsp(s) result(p) !> move string to position of the next white space character character(*),intent(in) :: s !> character chain - integer(1) :: p !> position + integer(int8) :: p !> position !---------------------------------------------- p = 1 do while( p