fix a few more warnings

This commit is contained in:
CodeCodon
2015-08-09 01:42:32 -05:00
parent 911578cde7
commit f744e7bf42
3 changed files with 16 additions and 18 deletions
@@ -1356,7 +1356,7 @@ bool Iff::seek(Tag name, BlockType type)
while (!atEndOfForm())
{
if (getCurrentName() == name && (type == BT_either || (type == BT_form && isCurrentForm() || (type == BT_chunk && isCurrentChunk()))))
if ((getCurrentName() == name) && ((type == BT_either) || ((type == BT_form && isCurrentForm()) || (type == BT_chunk && isCurrentChunk()))))
return true;
// advance past the current block