lower case tags
[citadel.git] / webcit / setup.c
index 5c83f9cfbc435c4f4626dd9cf819e3d56e4bc665..b08e4b89aef506dbed980e653d00f23e5120b3cd 100644 (file)
@@ -278,7 +278,7 @@ void set_value(char *prompt, char str[])
                        extract_token(buf, prompt, i, '\n', sizeof buf);
                        newtFormAddComponent(form, newtLabel(1, 1+i, buf));
                }
-               newtFormAddComponent(form, newtEntry(1, 8, str, 74, &result,
+               newtFormAddComponent(form, newtEntry(1, 8, str, 74, (const char **) &result,
                                        NEWT_FLAG_RETURNEXIT));
                newtRunForm(form);
                strcpy(str, result);