aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-28 07:29:00 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-28 07:32:10 -0400
commit1e695442aa92b65cecc1b046d32d5ecc341064f8 (patch)
tree61fed18e1609c41daf4143ce6619c2d6d942eaf9
parent87b234ba73e9abb4ecb8966ef631a0d7b8f5915a (diff)
downloadfujinet-chat-master.tar.gz
Disable XL OS copy in config (we aren't using the extra RAM yet anyway).HEADmaster
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index f38baa1..8d09e8e 100644
--- a/config/config.c
+++ b/config/config.c
@@ -565,7 +565,7 @@ void main(void) {
print("Version " VERSION "\n\n");
detect_dos();
- detect_xl();
+ // detect_xl(); // not yet
if(!load(0))
print("Using built-in default config.\n");