Using the `--solve` option on powerpc made qqwing freeze. A looped getchar(3) call never reached EOF, since the return value was stored as a char, that is unsigned on powerpc and arm*, instead of int. OK jca@
Using the `--solve` option on powerpc made qqwing freeze. A looped getchar(3) call never reached EOF, since the return value was stored as a char, that is unsigned on powerpc and arm*, instead of int. OK jca@