Skip to content

Commit 849c8e3

Browse files
committed
Merge branch 'rename' of https://github.com/jacobwilliams/json-fortran into rename
2 parents 5b5cdd8 + 75e372e commit 849c8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/json_value_module.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5756,7 +5756,7 @@ end subroutine wrap_json_rename_by_path
57565756
!>
57575757
! Alternate version of [[json_rename_by_path]], where "name" is kind=CDK
57585758

5759-
subroutine wrap_json_rename_by_path_name_ascii(json, me, path, name, found)
5759+
subroutine json_rename_by_path_name_ascii(json, me, path, name, found)
57605760

57615761
implicit none
57625762

@@ -5768,7 +5768,7 @@ subroutine wrap_json_rename_by_path_name_ascii(json, me, path, name, found)
57685768

57695769
call json%rename_by_path(me,path,to_unicode(name),found)
57705770

5771-
end subroutine wrap_json_rename_by_path_name_ascii
5771+
end subroutine json_rename_by_path_name_ascii
57725772
!*****************************************************************************************
57735773

57745774
!*****************************************************************************************

0 commit comments

Comments
 (0)