bug 38709, preview editor can hang browser

git-svn-id: svn://10.0.0.236/trunk@69032 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 2000-05-10 08:54:48 +00:00
parent 09e97b17c4
commit 8b5dfddea9

View File

@ -1883,8 +1883,10 @@ PRInt32 FieldToValue(
} else {
/* value not found, see if concatenation rule exists */
nsVoidArray * itemList2;
nsAutoString dummy2;
if (index > 0) {
index = 0;
}
if (wallet_ReadFromList(schema, dummy2, itemList2, wallet_SchemaConcat_list, PR_FALSE)) {
/* concatenation rules exist, generate value as a concatenation */
wallet_Sublist * ptr1;