shithub: ft²

Download patch

ref: 789bc88cf75667d2a9e63278feb221fe474a8113
parent: 848dff35011e5701b445a0ba0b0ce2b5e495e096
author: Olav Sørensen <olav.sorensen@live.no>
date: Tue Jun 14 17:26:00 EDT 2022

Fix non-sensical system message

--- a/src/ft2_inst_ed.c
+++ b/src/ft2_inst_ed.c
@@ -175,9 +175,10 @@
 	pauseAudio();
 	freeInstr(dstIns);
 
-	bool error = true;
+	bool error = false;
 	if (instr[srcIns] != NULL)
 	{
+		error = true;
 		if (allocateInstr(dstIns))
 		{
 			int16_t i;