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)
commit565db9772352e4a9e9c5aba1b7e67792d2bc8725
tree7ba41b82e600635036cb09c44d681cf1f2f1ad6c
parent6a8fdb82e7f7e43852195dc4df6186e113c5c056
parent4ae0a464477b8b76cdb6c718d44b7718401ec6bc
Merge: lib/core: fix `Text::is_int`

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>