aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2015-01-12 11:26:13 +0100
committerEliseo Martínez <eliseomarmol@gmail.com>2015-01-14 10:19:21 +0100
commit12f606a2a8e8a61c9f54ce87ed680914eaa503fe (patch)
treec1cee477a1146c676a079f496ddc3264614d25df /runtime/syntax
parent9b4f6fbd33ebd452d472b0333accfcb34e01173b (diff)
downloadrneovim-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