Skip to content

Commit 1a5f78c

Browse files
committed
forgot to change the dummy argument start to first
1 parent 0742ca0 commit 1a5f78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_ascii.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ contains
361361

362362
end function reverse
363363

364-
pure function slice(string, start, last, stride, include_last) result(sliced_string)
364+
pure function slice(string, first, last, stride, include_last) result(sliced_string)
365365
character(len=*), intent(in) :: string
366366
integer, intent(in), optional :: first, last, stride
367367
logical, intent(in), optional :: include_last

0 commit comments

Comments
 (0)