Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conversations.c: add a cast needed to silence an error in clang
buf_putc wants a char (no specified sign), and we're passing an int with the high bit very intentionally set. We need to cast the resulting expression to (char).
- Loading branch information