From 111b53c55a784f2fc51d0d3e8fa9612b8482b6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 10 Feb 2020 15:03:53 +0100 Subject: [PATCH] I/O [NT]: Fixed typo. --- src/fdlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fdlib.c b/src/fdlib.c index 680dbcf85c..f4b80cd145 100644 --- a/src/fdlib.c +++ b/src/fdlib.c @@ -2825,7 +2825,7 @@ PMOD_EXPORT int debug_fd_openpty(int *master, int *slave, if (winp) { sz.X = winp->ws_col; - sz.y = winp->ws_row; + sz.Y = winp->ws_row; } if (FAILED(Pike_NT_CreatePseudoConsole(sz, slave_pty->write_pipe, -- GitLab