diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-13 06:24:18 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-13 06:24:39 -0400 |
| commit | 29b51c0dfdd27de76b489cd77ea70d25d9d74fdc (patch) | |
| tree | 6c2055f0173de7eef0518d3f470c7bc084b312dd /src/main.c | |
| parent | 46453088eec3947300b376cb1960a0c67b2252f0 (diff) | |
| download | fujinet-chat-29b51c0dfdd27de76b489cd77ea70d25d9d74fdc.tar.gz | |
Zero the BSS in the throwaway STARTUP segment. 7764 bytes free.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -132,8 +132,6 @@ void main(void) { bell_type = config.alert_type; /* TODO: have bell.s read staight from the struct */ edbox_clear(); - scr_init(); - init_channels(); while(1) { if(fn_connect()) { |
