Skip to content

Commit 5d24c0c

Browse files
aman-godaraepagone
andcommitted
rename capture_popped to popped_strings
Co-authored-by: Emanuele Pagone <[email protected]>
1 parent 2e216c8 commit 5d24c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_stringlist_type.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ end function get_range_idx_impl
816816
pure subroutine pop_drop_engine( list, first, last, capture_popped )
817817
class(stringlist_type), intent(inout) :: list
818818
type(stringlist_index_type), intent(in) :: first, last
819-
type(string_type), allocatable, intent(out), optional :: capture_popped(:)
819+
type(string_type), allocatable, intent(out), optional :: popped_strings(:)
820820

821821
integer :: firstn, lastn, from, to
822822
integer :: i, inew, pos, old_len, new_len

0 commit comments

Comments
 (0)