Fix regression test failures on armv7hl. 'char' type seems to mean unsigned char...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sun, 24 Jul 2016 09:58:42 +0000 (18:58 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 25 Jul 2016 10:24:09 +0000 (19:24 +0900)
commit1da4f790a11f281cce15a2d3cc16182c099b6d5c
treed97936e1a5d1ddafd819aa9070fb05cd66f3b6a1
parent6052c29f12cb7eb1f1f74da9fe3e5aaae195f76a
Fix regression test failures on armv7hl. 'char' type seems to mean unsigned char on the platform. Though move_direction member of QResultClass takes negative values, QR_is_moving_backward() never returns TRUE. So ensure that move_direction is signed char on any platform.
qresult.h