Fixed compiler warning from clang in connect/tabxcl.cpp

This commit is contained in:
Monty 2025-05-21 10:59:34 +03:00
commit 5f83b219bb

View file

@ -186,8 +186,8 @@ bool TDBXCL::OpenDB(PGLOBAL g)
/*********************************************************************/
/* Physically open the object table. */
/*********************************************************************/
if (Tdbp->OpenDB(g))
return TRUE;
if (Tdbp->OpenDB(g))
return TRUE;
Use = USE_OPEN;
return FALSE;