Skip to content

Commit 1db2549

Browse files
committed
increase line buffer length to Windows max
1 parent ce8334a commit 1db2549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_filesystem.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module fpm_filesystem
1616
filewrite, warnwrite, parent_dir, is_hidden_file, read_lines, read_lines_expanded, which, run, &
1717
LINE_BUFFER_LEN, os_delete_dir, is_absolute_path, env_variable, get_home, get_tmp_directory, &
1818
execute_and_read_output, get_dos_path
19-
integer, parameter :: LINE_BUFFER_LEN = 1000
19+
integer, parameter :: LINE_BUFFER_LEN = 32768
2020

2121
#ifndef FPM_BOOTSTRAP
2222
interface

0 commit comments

Comments
 (0)