1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 15:43:17 +00:00
janet/src/mainclient
Calvin Rose e8734c77b4 Fix bug by casting to unsigned char.
Higher unciode codepoints where being read as negative char values.
We need to cast to unsigned char before comparing to 0x20 to check
for unprintable characters.
2020-09-06 10:47:05 -05:00
..
shell.c Fix bug by casting to unsigned char. 2020-09-06 10:47:05 -05:00