bug 38709, preview editor can hang browser

This commit is contained in:
morse%netscape.com 2000-05-10 08:54:48 +00:00
parent e32ff92b27
commit e6e14ae6a1

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;