Subj : src/sbbs3/js_user.c To : CVS commit From : rswindell Date : Mon Aug 10 2020 20:54:58 src/sbbs3 js_user.c 1.118 1.119 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs:/tmp/cvs-serv7146 Modified Files: js_user.c Log Message: The MOUSE user setting flag is bit 31 (1<<31). Modifying a user.setting property with bit 31 set would result in a user.setting value of 0xffffffff which means the user is both deleted and inactive (all bits are set). JS_ValueToInt32() does "bad things" when bit-31 is set in the value being converted, use JS_ValueToECMAInt32 or JS_ValueToECMAUint32 instead. --- SBBSecho 3.11-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .