Skip to content

Commit 68df006

Browse files
committed
minor fix for nag compiler.
1 parent 37de3ad commit 68df006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_value_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6863,7 +6863,7 @@ subroutine add_to_path(str,path_sep)
68636863
!! prepend the string to the path
68646864
implicit none
68656865
character(kind=CK,len=*),intent(in) :: str !! string to prepend to `path`
6866-
character(kind=CK,len=1),intent(in),optional :: path_sep
6866+
character(kind=CK,len=*),intent(in),optional :: path_sep
68676867
!! path separator (default is '.').
68686868
!! (ignored if `json%path_mode/=1`)
68696869

0 commit comments

Comments
 (0)