Closed
Bug 391068
Opened 17 years ago
Closed 17 years ago
Simple error in ATSUI cluster analysis
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: roc)
Details
Attachments
(1 file)
2.80 KB,
patch
|
vlad
:
review+
pavlov
:
approval1.9+
|
Details | Diff | Splinter Review |
When the last cluster in a string has multiple characters, we fail to record it properly. E.g. breakOffset might go from 4 to 7, and then we see that breakOffset == length and exit the loop. We actually should only stop when lastBreak == length, but that's not quite right either ... this can all be simplified so I just did that.
Attachment #275417 -
Flags: review?(vladimir)
Attachment #275417 -
Flags: review?(vladimir) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #275417 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #275417 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 1•17 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•