]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/test_vidputs.c
ncurses 5.9 - patch 20131110
[ncurses.git] / test / test_vidputs.c
index c32f50b7812c9b13eb92f3b3319d144642b978ce..2215fa91a38f2e847e4b312692a7734d85350b9c 100644 (file)
@@ -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);