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:
@@ -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__;
|
||||
|
||||
|
||||
@@ -792,10 +792,8 @@ Show_Help:
|
||||
{
|
||||
goto Show_Help;
|
||||
}
|
||||
else
|
||||
{
|
||||
return( TRUE);
|
||||
}
|
||||
|
||||
return( TRUE);
|
||||
}
|
||||
|
||||
/********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user