From eeaf67bce24ea7742143e9aae842b60688d88a0e Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 29 Oct 2001 23:09:31 +0000 Subject: [PATCH] how did this build? --- entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.c b/entry.c index 0c70e6a..14b8cdf 100644 --- a/entry.c +++ b/entry.c @@ -142,7 +142,7 @@ static void entryDraw(newtComponent co) { if (en->flags & NEWT_FLAG_PASSWORD) { char *tmpptr, *p; - tmpptr = alloca(strlen(chptr)+2)); + tmpptr = alloca(strlen(chptr)+2); strcpy(tmpptr, chptr); for (p = tmpptr; *p; p++) *p = '*'; -- 2.47.2