Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@81 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -291,7 +291,7 @@ RCODE FSDataCursor::unionRange(
|
||||
while( pSrcSet || pInputSet)
|
||||
{
|
||||
FLMBOOL bFromKeyLessThan;
|
||||
FLMBOOL bUntilKeyGreaterThan;
|
||||
FLMBOOL bUntilKeyGreaterThan = FALSE;
|
||||
|
||||
pPrevDestSet = pCurDestSet;
|
||||
if( RC_BAD( rc = f_calloc( sizeof( RECSET), &pCurDestSet)))
|
||||
|
||||
Reference in New Issue
Block a user