Skip to content

Commit 72f66b9

Browse files
chuckyvtjvdp1
andcommitted
Update src/stdlib_hashmap_open.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 9c5574b commit 72f66b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_hashmap_open.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ module subroutine set_other_open_data( map, key, other, exists )
841841
end if
842842
else if ( associated( map % inverse(inmap) % target ) ) then
843843
associate( target => map % inverse(inmap) % target )
844-
target % other = other
844+
target % other = other
845845
if ( present(exists) ) exists = .true.
846846
return
847847
end associate

0 commit comments

Comments
 (0)