shithub: pt2-clone

Download patch

ref: 0d68fc457a2d78765f9173876e52b1da84e4db6e
parent: f2d56f6798a787634070d839dfa7abc52d1b42c1
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Aug 12 15:10:43 EDT 2021

Update comment

--- a/src/pt2_module_loader.c
+++ b/src/pt2_module_loader.c
@@ -354,7 +354,7 @@
 		if (mightBeSTK)
 			s->loopStart /= 2;
 
-		// fix for poorly converted STK (< v2.5) -> PT/NT modules (FIXME: Worth keeping or not?)
+		// fix for poorly converted STK (< v2.5) -> PT/NT modules
 		if (!mightBeSTK && s->loopLength > 2 && s->loopStart+s->loopLength > s->length)
 		{
 			if ((s->loopStart/2) + s->loopLength <= s->length)