Skip to content

Commit 85dad9d

Browse files
Update src/stdlib_hashmap_wrappers.f90
Co-authored-by: Ian Giestas Pauli <[email protected]>
1 parent d161453 commit 85dad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_hashmap_wrappers.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ subroutine set_char_key( key, value )
262262
!! key - the output key
263263
!! value - the input CHARACTER string
264264
type(key_type), intent(out) :: key
265-
character(*), intent(in) :: value(:)
265+
character(*), intent(in) :: value
266266
267267
key % value = transfer( value, key % value, &
268268
bytes_char * len( value ) )

0 commit comments

Comments
 (0)