mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-5243 fix signed/unsigned confusion on one variable.
X-SVN-Rev: 20162
This commit is contained in:
parent
42e6c8d3a1
commit
792fec0096
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ ubidi_writeReordered(UBiDi *pBiDi,
|
|||
const UChar *src;
|
||||
UChar uc;
|
||||
UBiDiDirection dir;
|
||||
uint32_t markFlag;
|
||||
int32_t markFlag;
|
||||
|
||||
for(run=0; run<runCount; ++run) {
|
||||
dir=ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength);
|
||||
|
|
Loading…
Add table
Reference in a new issue