You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use int instead of char in places where we implicitly wanted to use
a signed char, since char may be unsigned on some platforms.
* Don't hardcode assumed x86_64 architecture when looking for modules
or include files.
* thread.c: Add workaround for thread unregistration.
@@ -1989,7 +1989,7 @@ static int __bbs_node_read_escseq(struct bbs_node *node, int fd)
1989
1989
/* We can't just declare a variable pointing to the right function to use, since their arguments are of different types (node vs int). Use a macro instead. */
0 commit comments