Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses/slave tests/libcurses: fix argument hand...



details:   https://anonhg.NetBSD.org/src/rev/fda7e897ea02
branches:  trunk
changeset: 983919:fda7e897ea02
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jun 13 21:54:51 2021 +0000

description:
tests/libcurses: fix argument handling for mvwget_wch

There's currently no test for that function, therefore no functional
change.

diffstat:

 tests/lib/libcurses/slave/curses_commands.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c6c6c6a9a8c -r fda7e897ea02 tests/lib/libcurses/slave/curses_commands.c
--- a/tests/lib/libcurses/slave/curses_commands.c       Sun Jun 13 19:50:18 2021 +0000
+++ b/tests/lib/libcurses/slave/curses_commands.c       Sun Jun 13 21:54:51 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: curses_commands.c,v 1.28 2021/06/13 19:17:53 rillig Exp $      */
+/*     $NetBSD: curses_commands.c,v 1.29 2021/06/13 21:54:51 rillig Exp $      */
 
 /*-
  * Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -4084,7 +4084,7 @@
 {
        wchar_t ch;
 
-       ARGC(1);        /* FIXME: 3 */
+       ARGC(3);
        ARG_WINDOW(win);
        ARG_INT(y);
        ARG_INT(x);



Home | Main Index | Thread Index | Old Index