shithub: neindaw

Download patch

ref: 5585cd29fb01e4d2848c0a3fe2d87b40687ce807
parent: 1cc67b0d9400bcc0e751f2a631b2a1744859a5e4
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed May 13 03:41:53 EDT 2020

piper: initialize nomixer properly

--- a/piper/piper.c
+++ b/piper/piper.c
@@ -222,7 +222,7 @@
 	Biobuf *b;
 	int i, j, n, nomixer;
 
-	nomixer = 1;
+	nomixer = 0;
 	ARGBEGIN{
 	case 'm':
 		nomixer = 1;