The click-count slot in button callback structures was typed as fixnum, but
this loses when compiled safe because the slot is valid only in certain cases and the received value may be random junk. It now typed as (unsigned-byte 32).
Loading
Please register or sign in to comment