Skip to content

Commit

Permalink
Fixed typo related to: Oldes/Rebol-issues#2614
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 27, 2024
1 parent e805db4 commit ad34da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/win32/dev-stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ static void Close_StdIO_Local(void)

// resolve number of bytes already available in the stdin
DWORD bytes_available = 0;
PeekNamedPipe(Std_In, NULL, 0, NULL, &bytes_available, NULL);
PeekNamedPipe(Std_Inp, NULL, 0, NULL, &bytes_available, NULL);
req->console.length = bytes_available;

return DR_DONE;
Expand Down

0 comments on commit ad34da0

Please sign in to comment.