Skip to content

Commit 318a2fb

Browse files
committed
Merge branch 'L1' into L2-Win32Posix-Prototype
2 parents a6d70ab + 69546ae commit 318a2fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sftp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,6 +2481,9 @@ main(int argc, char **argv)
24812481
allocate_standard_descriptor(STDERR_FILENO);
24822482
24832483
LoadLibrary("libwindbg.dll");*/
2484+
2485+
setvbuf(stdout, NULL, _IONBF, 0);
2486+
24842487

24852488
//sfd_start = 3;
24862489

0 commit comments

Comments
 (0)