commit | ac61f447040479f7a852ae2c1262915274496f49 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Mar 30 23:03:29 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Mar 30 23:04:39 2018 +0200 |
tree | c0b8705fd1e2f185f5aea0bd1f611d4b277f867d | |
parent | 60fb98e51d11ed45bbc836eb28a2539ba3ab76f7 [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>