From: ewt Date: Mon, 29 Oct 2001 23:09:31 +0000 (+0000) Subject: how did this build? X-Git-Tag: r0-50-35~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeaf67bce24ea7742143e9aae842b60688d88a0e;p=thirdparty%2Fnewt.git how did this build? --- 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 = '*';