Skip to content

Commit

Permalink
Update src/stdlib_io.fypp
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
perazz and jvdp1 authored Oct 6, 2024
1 parent 635e0b5 commit 15de15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_io.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ contains
!!
integer :: s
integer :: nrow, ncol, i, ios, skiprows_, max_rows_
character(len=128) :: iomsg,msgout
character(len=128) :: iomsg, msgout

skiprows_ = max(optval(skiprows, 0), 0)
max_rows_ = optval(max_rows, -1)
Expand Down

0 comments on commit 15de15d

Please sign in to comment.