Skip to content

Commit 4bf37f7

Browse files
awvwgkmilancurcic
andauthored
Increase buffersize
Co-authored-by: Milan Curcic <[email protected]>
1 parent e16e6c1 commit 4bf37f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ contains
356356
!> Error message
357357
character(len=:), allocatable, optional :: iomsg
358358

359-
integer, parameter :: bufsize = 512
359+
integer, parameter :: bufsize = 4096
360360
character(len=bufsize) :: buffer, msg
361361
integer :: chunk, stat
362362
logical :: opened

0 commit comments

Comments
 (0)