bustage fix, wrong kezboard

git-svn-id: svn://10.0.0.236/trunk@147335 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org 2003-09-26 17:11:33 +00:00
parent d9351778fe
commit eebd220982

View File

@ -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;
}