diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-28 07:26:46 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-28 07:26:46 -0400 |
| commit | 87b234ba73e9abb4ecb8966ef631a0d7b8f5915a (patch) | |
| tree | 8435c18071937d092e3265bb4c708caab24b9135 /config | |
| parent | 898cfeb8a558245fc48bbba948c16205509e6a11 (diff) | |
| download | fujinet-chat-87b234ba73e9abb4ecb8966ef631a0d7b8f5915a.tar.gz | |
Save some more bytes (strip down nio.c API).
Diffstat (limited to 'config')
| -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 b753bbd..f38baa1 100644 --- a/config/config.c +++ b/config/config.c @@ -531,7 +531,7 @@ void detect_xl(void) { return; } - yn("XL/XE detected, use extra RAM", use_xl_ram); + use_xl_ram = yn("XL/XE detected, use extra RAM", use_xl_ram); if(!use_xl_ram) return; os_to_ram(); |
