This commit is contained in:
axel%pike.org 2005-11-02 07:41:15 +00:00
Родитель d58c3da0ac
Коммит bc45e6806a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -193,7 +193,7 @@ getExprAttr(txStylesheetAttr* aAttributes,
getter_Transfers(aExpr));
if (NS_FAILED(rv) && !aRequired && aState.fcp()) {
// use default value in fcp for not required exprs
aExpr = nsnull:
aExpr = nsnull;
return NS_OK;
}