]> Shamusworld >> Repos - rmac/commit
Minor bugfix for FU_NUM15 fixups.
authorShamus Hammons <jlhamm@acm.org>
Sat, 10 Feb 2018 15:12:28 +0000 (09:12 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 10 Feb 2018 15:12:28 +0000 (09:12 -0600)
commitfe673c9fe1498448453f74d753e7dd4c8655e1b1
tree0c4dfc9a3ca5fc838c016dfbd70fb7be48cb2a77
parenta5527a0117ae89e393958eb2ad2753fa4676baf9
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.
sect.c
version.h