commit | c8f4ca0ba9aee81cc4578386149056779e94be2a | [log] [tgz] |
---|---|---|
author | Russell Brenner <russellbrenner@google.com> | Wed Dec 14 09:18:46 2011 -0800 |
committer | Russell Brenner <russellbrenner@google.com> | Wed Dec 14 09:18:46 2011 -0800 |
tree | 63c5ed34a29a7f0876b837a58173e91ed4a09a89 | |
parent | e39b0cc5a6606880051b7bd6a101399cc687eabe [diff] |
Fix double comparison Fabrice's earlier change to hb_utf16_script_run_prev also applies to hb_utf16_script_run_next, essentially replacing a == b == c with a == c && b == c. Change-Id: I996bdac2837ceb061792d6fc20ce9e2d3f2c9480