Skip to content
Snippets Groups Projects
Commit 8bb5afc5 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove stutter.

parent 33458100
No related branches found
No related tags found
No related merge requests found
......@@ -974,7 +974,6 @@ do_xp_play_sample(unsigned char *sampo, size_t sz, int *freed)
#ifdef AFMT_U8
if (handle_type == SOUND_DEVICE_OSS) {
size_t wr = 0;
wr = 0;
while (wr < sz) {
ssize_t i = write(dsp, samp + wr, sz - wr);
if (i >= 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment