Fixed OpenSUSE 10.0 compile errors.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@6 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-01-26 23:40:09 +00:00
parent b6e6180d50
commit 4072ed64c8
2 changed files with 5 additions and 7 deletions

View File

@@ -7155,9 +7155,9 @@ Desc: Makes sure the utility is still allowed to run
RCODE domEditVerifyRun( void)
{
F_TMSTAMP curDate;
FLMUINT uiExpireYear;
FLMUINT uiExpireMonth;
FLMUINT uiExpireDay;
FLMUINT uiExpireYear = 0;
FLMUINT uiExpireMonth = 0;
FLMUINT uiExpireDay = 0;
RCODE rc = NE_XFLM_OK;
char * pszDate = __DATE__;

View File

@@ -792,10 +792,8 @@ Show_Help:
{
goto Show_Help;
}
else
{
return( TRUE);
}
return( TRUE);
}
/********************************************************************