File: 20-no-busy-wait-after-rec.patch

package info (click to toggle)
gramofile 1.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,440 kB
  • sloc: ansic: 11,252; makefile: 60
file content (14 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Do not busy wait for confirmation after recording. [dk]
Index: gramofile/bplaysrc/shmbuf.c
===================================================================
--- gramofile.orig/bplaysrc/shmbuf.c	2011-08-14 13:21:45.933217744 +0200
+++ gramofile/bplaysrc/shmbuf.c	2011-08-14 13:27:14.625717934 +0200
@@ -443,7 +443,7 @@
 	cleanupsems();
 
 #ifdef VUMETER
-	nodelay(stdscr, TRUE);
+	nodelay(stdscr, FALSE);
 
 	/* child has displayed informative data */
 	do