diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-28 07:29:00 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-28 07:32:10 -0400 |
| commit | 1e695442aa92b65cecc1b046d32d5ecc341064f8 (patch) | |
| tree | 61fed18e1609c41daf4143ce6619c2d6d942eaf9 | |
| parent | 87b234ba73e9abb4ecb8966ef631a0d7b8f5915a (diff) | |
| download | fujinet-chat-1e695442aa92b65cecc1b046d32d5ecc341064f8.tar.gz | |
| -rw-r--r-- | config/config.c | 2 |
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"); |
