commit | 78ee8fc3e457452a6cdd25802b85f45b064bb845 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Mar 30 23:03:29 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Apr 01 13:04:11 2018 +0200 |
tree | 22f3e3f7be290e9f94880305c08104b33313e89b | |
parent | 08cbe510dd779106c03e0699dac9c8d0347cec6b [diff] |
ash: fix "char == CTLfoo" comparison signedness bug It usually does not bite since bbox forces -funsigned-char build. But for some reason void linux people disabled that. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>