diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-01-12 11:26:13 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2015-01-14 10:19:21 +0100 |
commit | 12f606a2a8e8a61c9f54ce87ed680914eaa503fe (patch) | |
tree | c1cee477a1146c676a079f496ddc3264614d25df /runtime/syntax | |
parent | 9b4f6fbd33ebd452d472b0333accfcb34e01173b (diff) | |
download | rneovim-12f606a2a8e8a61c9f54ce87ed680914eaa503fe.tar.gz rneovim-12f606a2a8e8a61c9f54ce87ed680914eaa503fe.tar.bz2 rneovim-12f606a2a8e8a61c9f54ce87ed680914eaa503fe.zip |
Fix bad assert.
Problem : Assert can fail for legal values. Modulo-arithmetic of
unsigned types can make so that n * 100 > n, but n has
overflowed.
Solution : Use alternative form of expression.
Diffstat (limited to 'runtime/syntax')
0 files changed, 0 insertions, 0 deletions