Skip to content

Commit 15da7e9

Browse files
committed
fix bug in recent commit.
1 parent d405bb2 commit 15da7e9

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
@@ -9028,7 +9028,7 @@ subroutine get_current_line_from_file_stream(json,iunit,line)
90289028
end if
90299029
istart = istart-1 !rewind until the beginning of the line
90309030
end do
9031-
iend = istart
9031+
iend = json%ipos
90329032
do
90339033
read(iunit,pos=iend,iostat=ios) c
90349034
if (IS_IOSTAT_END(ios)) then

0 commit comments

Comments
 (0)