fix unknown message output v_0 v0.16
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 20 May 2020 01:33:22 +0200
branchv_0
changeset 6 b81bff3ebc4c
parent 5 40dd6deafaca
child 7 a6337902e2ca
fix unknown message output
src/JackCommand.h
--- a/src/JackCommand.h	Wed May 20 00:01:55 2020 +0200
+++ b/src/JackCommand.h	Wed May 20 01:33:22 2020 +0200
@@ -134,7 +134,7 @@
 			} else if (event->buffer[0] == 0xF0) {
 				writeRecord(writer, L"sysex", channel, false, 0, 0, 0, 0, toHex(event));
 			} else {
-				writeRecord(writer, L"unknown", channel, false, type, 0, 0, 0, toHex(event));
+				writeRecord(writer, L"unknown", channel, false, 0, 0, 0, 0, toHex(event));
 			}
 		}
 	}