Skip to content

Commit 9ec4ad9

Browse files
committed
unicode fix for test 16.
1 parent 421833a commit 9ec4ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/jf_test_16.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module jf_test_16_mod
99

10-
use json_module
10+
use json_module, CK => json_CK
1111
use, intrinsic :: iso_fortran_env , only: error_unit,output_unit
1212

1313
implicit none
@@ -99,7 +99,7 @@ subroutine print_tree(json,p)
9999
type(json_core),intent(inout) :: json
100100
type(json_value),pointer,intent(in) :: p
101101

102-
character(len=:),allocatable :: p_name, name
102+
character(kind=CK,len=:),allocatable :: p_name, name
103103
type(json_value),pointer :: q,r
104104
integer :: n_children,i
105105

0 commit comments

Comments
 (0)