ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit cc01c3e9a14fe6087a2dfd1aeb63ce5b009d970f
parent 0a8996f3fff5b0250341928b0bff2ff402675690
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Thu,  3 Aug 2023 22:41:30 +0200

Fix overflowing crash message

Diffstat:
Msrc/ft2_events.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ft2_events.c b/src/ft2_events.c @@ -36,7 +36,7 @@ #define CRASH_TEXT "Oh no! The Fasttracker II clone has crashed...\nA backup .xm was hopefully " \ "saved to the current module directory.\n\nPlease report this bug if you can.\n" \ "Try to mention what you did before the crash happened.\n" \ - "My email can be found at the bottom of www.16-bits.org." + "My email is on the bottom of https://16-bits.org" static bool backupMadeAfterCrash;