Skip to content

Commit b79da24

Browse files
committed
made 'inout' to 'out' in 'to' argument of move_char_char
1 parent 73ec8c5 commit b79da24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_string_type.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ contains
766766
!> No output
767767
subroutine move_char_char(from, to)
768768
character(len=:), intent(inout), allocatable :: from
769-
character(len=:), intent(inout), allocatable :: to
769+
character(len=:), intent(out), allocatable :: to
770770

771771
call move_alloc(from, to)
772772

0 commit comments

Comments
 (0)