Skip to content

Commit 06e92d1

Browse files
aman-godaraepagone
andauthored
rename capture_popped to popped_strings
Co-authored-by: Emanuele Pagone <epagone.dev@gmail.com>
1 parent a02c5ed commit 06e92d1

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
@@ -812,7 +812,7 @@ end function get_range_idx_impl
812812
pure subroutine pop_drop_engine( list, first, last, capture_popped )
813813
class(stringlist_type), intent(inout) :: list
814814
type(stringlist_index_type), intent(in) :: first, last
815-
type(string_type), allocatable, intent(out), optional :: capture_popped(:)
815+
type(string_type), allocatable, intent(out), optional :: popped_strings(:)
816816

817817
integer :: firstn, lastn, from, to
818818
integer :: i, inew, pos, old_len, new_len

0 commit comments

Comments
 (0)