Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5d1e4e
)
09485e3a caused subsequent bleeps to be distorted. Segfaults back again.
author
David Griffith
<dave@661.org>
Fri, 16 Oct 2015 07:33:09 +0000
(
00:33
-0700)
committer
David Griffith
<dave@661.org>
Fri, 16 Oct 2015 07:33:09 +0000
(
00:33
-0700)
src/curses/ux_audio.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_audio.c
b/src/curses/ux_audio.c
index adca6c49c3a45e6b20dc140de6c2bd1a954ec29d..f2a1c1471b99b202a6fb427a24d6d93333e46179 100644
(file)
--- a/
src/curses/ux_audio.c
+++ b/
src/curses/ux_audio.c
@@
-573,7
+573,7
@@
void *playaiff(EFFECT *raw_effect)
// fseek(myeffect.fp, filestart, SEEK_SET);
pthread_mutex_unlock(&mutex);
- sem_post(&audio_empty);
+
//
sem_post(&audio_empty);
sf_close(sndfile);
free(floatbuffer);