X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_tparm.c;h=1c4e0d4c2beae380ef6b97f0753d4f0ed6a220a3;hb=2bcad5fdfc4aa83a1479bd1d21dadc32dad8c2a8;hp=7b59eee9ceb9edab799b3441635e71fa819f942e;hpb=88595a127ec2e56af0875eb04e0f2396d6d121c5;p=ncurses.git diff --git a/test/test_tparm.c b/test/test_tparm.c index 7b59eee9..1c4e0d4c 100644 --- a/test/test_tparm.c +++ b/test/test_tparm.c @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey * - * $Id: test_tparm.c,v 1.36 2023/04/23 23:20:43 tom Exp $ + * $Id: test_tparm.c,v 1.37 2023/04/28 23:12:00 tom Exp $ * * Exercise tparm/tiparm, either for all possible capabilities with fixed * parameters, or one capability with specific combinations of parameters. @@ -319,7 +319,7 @@ test_tparm(const char *name, const char *format, long *number, char **string) } } else #endif - result = tiparm(NS_9(format)); + result = tparm(NS_9(format)); total_tests++; if (result != NULL) { tputs(result, 1, output_func);