Double collation checking routine needed to initialize some input variables.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@958 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -5860,10 +5860,10 @@ RCODE FLMAPI f_wpCheckDoubleCollation(
|
||||
}
|
||||
bUpperFlag = f_wpIsUpper( ui16WpChar);
|
||||
|
||||
*pbTwoIntoOne = FALSE;
|
||||
*puzChar2 = 0;
|
||||
if ((ui16CurState = flmGetNextCharState( 0, uiLanguage)) == 0)
|
||||
{
|
||||
*pbTwoIntoOne = FALSE;
|
||||
*puzChar2 = 0;
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user