X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest_sgr.c;h=aa7a649ba778415b1beedadb3dd401b866f102cf;hp=f924026844f2876070c2827c9cb4eccdad147dac;hb=3e0f770501852be3a2cb05d8044219d7b04dbfad;hpb=efd717f13effbf1d0fd743a214aebc0c97c8b66c diff --git a/test/test_sgr.c b/test/test_sgr.c index f9240268..aa7a649b 100644 --- a/test/test_sgr.c +++ b/test/test_sgr.c @@ -29,13 +29,14 @@ /* * Author: Thomas E. Dickey * - * $Id: test_sgr.c,v 1.5 2016/01/09 18:15:53 tom Exp $ + * $Id: test_sgr.c,v 1.7 2016/06/11 23:15:03 tom Exp $ * * A simple demo of the sgr/sgr0 terminal capabilities. */ #define USE_TINFO #include +#if !HAVE_TIGETSTR static void failed(const char *) GCC_NORETURN; static void @@ -44,6 +45,7 @@ failed(const char *msg) fprintf(stderr, "%s\n", msg); ExitProgram(EXIT_FAILURE); } +#endif #if HAVE_TIGETSTR @@ -201,7 +203,7 @@ brute_force(const char *name) } else if (!VALID_STRING(my_sgr0)) { fprintf(stderr, "no \"sgr0\" capability found\n"); } else { - char *values[MAXSGR]; + char *values[MAXSGR + MAXPAR]; unsigned j; unsigned ignore = 0; unsigned reason = 0;