]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/tinfo/lib_tgoto.c
ncurses 6.2 - patch 20210320
[ncurses.git] / ncurses / tinfo / lib_tgoto.c
index 8e240856f823c99bb48e03cf58e3c858b39155ef..9cf5e100ce87ff7abd3c90b0bdc15084e54b2f35 100644 (file)
@@ -36,7 +36,7 @@
 #include <ctype.h>
 #include <termcap.h>
 
-MODULE_ID("$Id: lib_tgoto.c,v 1.19 2020/02/02 23:34:34 tom Exp $")
+MODULE_ID("$Id: lib_tgoto.c,v 1.21 2020/05/27 23:55:56 tom Exp $")
 
 #if !PURE_TERMINFO
 static bool
@@ -207,6 +207,6 @@ tgoto(const char *string, int x, int y)
        result = tgoto_internal(string, x, y);
     else
 #endif
-       result = TPARM_2(string, y, x);
+       result = TIPARM_2(string, y, x);
     returnPtr(result);
 }