From 5a9de61e24951d9abddb2f8c59bb4f4115f2b1b0 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Tue, 10 Feb 2009 11:10:50 +0000 Subject: [PATCH] Fix typo --- src/crt/source/getcrtch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crt/source/getcrtch.c b/src/crt/source/getcrtch.c index 2bfa2a61fa..e385cba0ae 100644 --- a/src/crt/source/getcrtch.c +++ b/src/crt/source/getcrtch.c @@ -5,6 +5,6 @@ int getcrtchar (int x, int y) { unsigned char buf[2]; - gettext(x+1,y+2,x+1,y+1,buf); + gettext(x+1,y+1,x+1,y+1,buf); return(buf[0]); } -- GitLab