diff --git a/src/crt/source/getcrtch.c b/src/crt/source/getcrtch.c index 2bfa2a61fae357d1d6e15c6c544d373a9285b4d4..e385cba0ae9a1eb1174ceb849f0886386cc53e87 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]); }