X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Ftest_getstr.c;h=5710c1ab982bf7c61a388a09d1582d9df736613b;hb=03a795bde58b3280a4e9d80029a3b7fec13c79ad;hp=2af10091d48abc22d1d2e9375775d5b15829397a;hpb=772f879d17117c5b766022f28099e341ebea825b;p=ncurses.git diff --git a/test/test_getstr.c b/test/test_getstr.c index 2af10091..5710c1ab 100644 --- a/test/test_getstr.c +++ b/test/test_getstr.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: test_getstr.c,v 1.5 2007/07/21 22:22:55 tom Exp $ + * $Id: test_getstr.c,v 1.6 2007/07/28 19:46:43 tom Exp $ * * Author: Thomas E Dickey * @@ -89,7 +89,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;