ref: cc01c3e9a14fe6087a2dfd1aeb63ce5b009d970f
parent: 0a8996f3fff5b0250341928b0bff2ff402675690
author: Olav Sørensen <olav.sorensen@live.no>
date: Thu Aug 3 18:41:57 EDT 2023
Fix overflowing crash message
--- 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;