ref: 6fdeebb610e41db8b9e57fe2ea66b379ff6b5078
parent: 9afdc2c559650748bef7be112e6589c28b28687d
author: Olav Sørensen <olav.sorensen@live.no>
date: Fri May 16 11:25:32 EDT 2025
Minor stuff
--- a/src/ft2_module_saver.c
+++ b/src/ft2_module_saver.c
@@ -293,7 +293,7 @@
// Commented out. This one was probably confusing to many people...
/*
if (audio.linearPeriodsFlag)
- okBoxThreadSafe(0, "System message", "Warning: \"Frequency slides\" is not set to Amiga!");
+ okBoxThreadSafe(0, "System message", "Warning: \"Frequency slides\" is not set to Amiga!", NULL);
*/
int32_t songLength = song.songLength;
--- a/src/ft2_pattern_ed.c
+++ b/src/ft2_pattern_ed.c
@@ -53,7 +53,7 @@
if (pattern[pattNum] == NULL)
{
/* Original FT2 allocates only the amount of rows needed, but we don't
- ** do that to avoid out of bondary row look-up between out-of-sync replayer
+ ** do that to avoid out of boundary row look-up between out-of-sync replayer
** state and tracker state (yes it used to happen, rarely). We're not wasting
** too much RAM for a modern computer anyway. Worst case: 256 allocated
** patterns would be ~10MB.
--
⑨