avoid potential UB when using isprint()
all the ctype.h functions' argument must be representable as an unsigned char or as EOF, otherwise the behavior is undefined. ref. https://git.suckless.org/st/commit/af3bb68add1c40d19d0dee382009e21b0870a38f.html
This commit is contained in:
parent
fb0b76b0ff
commit
addd5e9749
Loading…
Reference in New Issue