Subj : src/syncterm/ooii.c To : Git commit to main/sbbs/master From : Deucе Date : Sun Feb 11 2024 02:19 pm https://gitlab.synchro.net/main/sbbs/-/commit/fcc6e569e1e4584cbf424c73 Modified Files: src/syncterm/ooii.c Log Message: Since xp_play_sample() no longer takes a const buffer, we need to cast all the const buffers before passing them in and rely on runtime crashes to find bugs rather than compile-time errors. Thanks Microsoft. :D .