We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bb772 commit 6483ba6Copy full SHA for 6483ba6
src/json_module.F90
@@ -73,7 +73,7 @@ module json_module
73
74
implicit none
75
76
- character(kind=json_CK,len=*),protected :: json_fortran_version = '8.2.5'
+ character(kind=json_CK,len=5),protected :: json_fortran_version = '8.2.5'
77
!! JSON-Fortran version.
78
!!
79
!!@note This string should match the one in the `.VERSION` file (which is used
0 commit comments