Skip to content

Commit 5856e7a

Browse files
committed
fixed typo in last commit for ifort
1 parent 3c3a051 commit 5856e7a

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
@@ -7840,7 +7840,7 @@ recursive subroutine parse_value(json, unit, str, value)
78407840
value%str_value = tmp
78417841
if (allocated(tmp)) deallocate(tmp)
78427842
#else
7843-
call json%parse_string(unit,tmp,value%str_value)
7843+
call json%parse_string(unit,str,value%str_value)
78447844
#endif
78457845
end select
78467846

0 commit comments

Comments
 (0)