Merge: lib/core: fix `Text::is_int`
authorJean Privat <jean@pryen.org>
Wed, 20 Apr 2016 17:22:01 +0000 (13:22 -0400)
committerJean Privat <jean@pryen.org>
Wed, 20 Apr 2016 17:22:01 +0000 (13:22 -0400)
Fix #2019, `is_int` was always returning true. It was caused by the use of the wrong local variable.

Ping @R4PaSs and @Freddrickk.

Pull-Request: #2022
Reviewed-by: Frédéric Vachon <fredvac@gmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge