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 Fix obvious bug.
details: https://anonhg.NetBSD.org/src/rev/35b131f29460
branches: trunk
changeset: 764043:35b131f29460
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Apr 10 23:31:30 2011 +0000
description:
Fix obvious bug.
(note: this file still doesn't build on amd64)
diffstat:
tests/lib/libcurses/slave/curses_commands.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5891c5397776 -r 35b131f29460 tests/lib/libcurses/slave/curses_commands.c
--- a/tests/lib/libcurses/slave/curses_commands.c Sun Apr 10 22:49:52 2011 +0000
+++ b/tests/lib/libcurses/slave/curses_commands.c Sun Apr 10 23:31:30 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: curses_commands.c,v 1.1 2011/04/10 09:55:10 blymn Exp $ */
+/* $NetBSD: curses_commands.c,v 1.2 2011/04/10 23:31:30 dholland Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -4442,7 +4442,7 @@
void
cmd_vwprintw(int nargs, char **args)
{
- cmd_vwprintw(nargs, args);
+ cmd_vw_printw(nargs, args);
}
Home |
Main Index |
Thread Index |
Old Index