--- astman/astman.c 8 May 2004 20:41:27 -0000 1.9 +++ astman/astman.c 28 Jun 2004 16:13:51 -0000 @@ -430,7 +430,7 @@ newtComponent ok; newtComponent cancel; newtComponent inpfield; - const char *input; + char *input; int res = -1; struct newtExitStruct es; @@ -553,8 +553,8 @@ newtComponent label; newtComponent ulabel; newtComponent plabel; - const char *user; - const char *pass; + char *user; + char *pass; struct message *m; struct newtExitStruct es; char tmp[55];