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:
dsandersoremutah
2006-10-03 23:07:50 +00:00
parent c598e4f538
commit cd44571f4b

View File

@@ -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;
}