shithub: orca

Download patch

ref: aba0118f23a1af89fd15c88e6fff2acd7a2b79c7
parent: a759ed977b694350a2632e38234c1814006644f8
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Mar 9 12:53:10 EDT 2020

plan9: set apm on -b as well

--- a/plan9.c
+++ b/plan9.c
@@ -1266,7 +1266,7 @@
 		usensec = true;
 		break;
 	case 'b':
-		bpm = atoi(EARGF(usage()));
+		bpm = apm = atoi(EARGF(usage()));
 		if (bpm < 1) {
 			fprint(2, "invalid bpm %d\n", bpm);
 			threadexitsall("args");