This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Removed unnecessary fprintf statement.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@117 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv
24 years ago
parent
d198d91385
commit
e3ae718a5c
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
alsa_driver.c
+ 0
- 2
alsa_driver.c
View File
@@ -706,8 +706,6 @@ alsa_driver_wait (alsa_driver_t *driver, int fd, int *status)
nfds++;
}
/* fprintf(stderr, "before poll\n"); */
if (poll (driver->pfd, nfds, 1000) < 0) {
if (errno == EINTR) {
printf ("poll interrupt\n");
Write
Preview
Loading…
Cancel
Save