From: Shamus Hammons Date: Sat, 10 Feb 2018 15:12:28 +0000 (-0600) Subject: Minor bugfix for FU_NUM15 fixups. X-Git-Tag: v2.1.0~82 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=fe673c9fe1498448453f74d753e7dd4c8655e1b1;hp=fe673c9fe1498448453f74d753e7dd4c8655e1b1 Minor bugfix for FU_NUM15 fixups. Since eval is an unsigned int, the check for eval < -16 would never be true. This has been fixed by casting eval to an int. Now at v1.12.2. ---