Fix warnings
git-svn-id: svn://10.0.0.236/trunk@2413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -98,10 +98,10 @@ PRE_Fetch(MWContext* context)
|
||||
|
||||
do
|
||||
{
|
||||
if (found = LO_getNextTabableElement(
|
||||
if ((found = LO_getNextTabableElement(
|
||||
context,
|
||||
&tfd,
|
||||
1) != 0)
|
||||
1)) != 0)
|
||||
{
|
||||
if (tfd.pElement &&
|
||||
(tfd.pElement->lo_any.type == LO_TEXT ||
|
||||
|
||||
Reference in New Issue
Block a user