Fixed problems with various utilities.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@547 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -180,7 +180,6 @@ FSTATIC void ViewDispMenuItem(
|
||||
FLMUINT uiCol = pMenuItem->uiCol;
|
||||
FLMUINT uiLoop;
|
||||
char szTempBuf [80];
|
||||
F_DbSystem dbSystem;
|
||||
|
||||
if (!gv_bViewEnabled)
|
||||
{
|
||||
@@ -288,7 +287,7 @@ FSTATIC void ViewDispMenuItem(
|
||||
case VAL_IS_ERR_INDEX:
|
||||
{
|
||||
FLMUINT ValIndex = (FLMUINT)pMenuItem->ui64Value;
|
||||
f_conStrOutXY( dbSystem.checkErrorToStr( ValIndex),
|
||||
f_conStrOutXY( gv_pDbSystem->checkErrorToStr( ValIndex),
|
||||
uiCol, uiRow);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user