]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix the signed-ness within ConvToNum char overloads.
authorMatt Schatz <genius3000@g3k.solutions>
Tue, 24 Mar 2020 17:50:14 +0000 (11:50 -0600)
committerSadie Powell <sadie@witchery.services>
Tue, 24 Mar 2020 18:26:59 +0000 (18:26 +0000)
commit998b407b2ab95c44c45761c8b2768c274ca6515f
tree1b68608b5ec50572e32585cccab89b9d28d0a3c5
parent7a9e579b49483d1d073b6fed3e2e8ef99d956bc7
Fix the signed-ness within ConvToNum char overloads.

It should be signed int with signed char and vice-versa.
Currently, anything over 127 as unsigned char would return 0.
include/convto.h