Fix stringprep Bidi checking (thanks to Alexey Shchepin)(EJAB-1087)

SVN Revision: 2717
This commit is contained in:
Badlop 2009-11-01 12:15:34 +00:00
parent 512d701ef8
commit 9192c75e1a
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ static int stringprep_erl_control(ErlDrvData drv_data,
}
last_ral = info & D1Mask;
have_ral = have_ral || last_ral;
have_l = info & D2Mask;
have_l |= info & D2Mask;
ADD_UCHAR(ruc);
}