CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2021/07/24 13:35:41

Modified files:
        games/qqwing   : Makefile 
Added files:
        games/qqwing/patches: patch-main_cpp 

Log message:
qqwing: fix an infinite loop on unsigned char archs

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@

Reply via email to