OS/2 TB break - forgot a false

This commit is contained in:
mkaply%us.ibm.com 2001-05-03 18:05:27 +00:00
Родитель ec2f86824c
Коммит d55543cda7
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2983,7 +2983,7 @@ static void ReleaseMutableStyleStruct(nsStyleStructID aSID, nsStyleStruct* aSty
short structType = aSID - 1;
for (short structIndex = 0; structIndex < kStructIndexMax; structIndex++) {
if (gStructPointer[structType][structIndex] == aStyleStruct) {
gStructBusy[structType][structIndex] = false;
gStructBusy[structType][structIndex] = PR_FALSE;
return;
}
}

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

@ -2983,7 +2983,7 @@ static void ReleaseMutableStyleStruct(nsStyleStructID aSID, nsStyleStruct* aSty
short structType = aSID - 1;
for (short structIndex = 0; structIndex < kStructIndexMax; structIndex++) {
if (gStructPointer[structType][structIndex] == aStyleStruct) {
gStructBusy[structType][structIndex] = false;
gStructBusy[structType][structIndex] = PR_FALSE;
return;
}
}