@@ -64,7 +64,8 @@ Token read_from_tok(char* text, uint cursor){
mytoks.type = TOKEN_INTEGER;
mytoks.text = buf;
mytoks.text_len = i;
}else {
}
else {
buf[0] = text[cursor];
buf[1] = '\0';
The note is not visible to the blocked user.