Skip to content

Commit 8ae3263

Browse files
wclodius2jvdp1
andauthored
Update src/stdlib_hashmap_chaining.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 85dad9d commit 8ae3263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_hashmap_chaining.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ module subroutine init_chaining_map( map, &
406406
integer, intent(in), optional :: slots_bits
407407
integer(int32), intent(out), optional :: status
408408

409-
character(256) :: errmsg = ''
409+
character(256) :: errmsg
410410
integer(int_index) :: index
411411
character(*), parameter :: procedure = 'INIT'
412412
integer(int_index) :: slots

0 commit comments

Comments
 (0)