X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest_vidputs.c;h=2215fa91a38f2e847e4b312692a7734d85350b9c;hp=c32f50b7812c9b13eb92f3b3319d144642b978ce;hb=67ab4b308e932639a3a832052228d445c41c54b4;hpb=a1e63be290fce9e589bc57c9f753be09e8ac0cc7 diff --git a/test/test_vidputs.c b/test/test_vidputs.c index c32f50b7..2215fa91 100644 --- a/test/test_vidputs.c +++ b/test/test_vidputs.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: test_vidputs.c,v 1.3 2013/01/13 00:58:54 tom Exp $ + * $Id: test_vidputs.c,v 1.4 2013/09/28 22:45:21 tom Exp $ * * Demonstrate the vidputs and vidattr functions. * Thomas Dickey - 2013/01/12 @@ -52,7 +52,7 @@ TPUTS_PROTO(outc, c) } static bool -outs(char *s) +outs(const char *s) { if (valid(s)) { tputs(s, 1, outc);