]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/test_get_wstr.c
ncurses 5.6 - patch 20070728
[ncurses.git] / test / test_get_wstr.c
index 49adda5e2a08623bd557c04c82caf37ac8b8f105..d1424cb1b50ad2b269f30ded5b8d04830453b877 100644 (file)
@@ -26,7 +26,7 @@
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: test_get_wstr.c,v 1.3 2007/07/21 22:47:21 tom Exp $
+ * $Id: test_get_wstr.c,v 1.4 2007/07/28 19:46:34 tom Exp $
  *
  * Author: Thomas E Dickey
  *
@@ -91,7 +91,7 @@ MovePrompt(WINDOW *txtwin, int limit, int y, int x)
 static int
 ShowFlavor(WINDOW *strwin, WINDOW *txtwin, Flavors flavor, int limit)
 {
-    char *name = "?";
+    const char *name = "?";
     bool limited = FALSE;
     bool wins = (txtwin != stdscr);
     int result;