Variable had wrong type (1229), thanks to tor@cs.brown.edu

This commit is contained in:
mcafee%netscape.com 1999-01-07 20:14:34 +00:00
Родитель dcdf2f3333
Коммит 0896c99dc9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -104,7 +104,7 @@ NS_METHOD nsTextWidget::Create(nsIWidget *aParent,
this);
if (mMakeReadOnly) {
PRUint32 oldReadOnly;
PRBool oldReadOnly;
SetReadOnly(PR_TRUE, oldReadOnly);
}
if (mMakePassword) {