diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-03 18:36:13 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-03 18:36:30 -0400 |
| commit | afb4a065b6bee669df249790835c64ea9dc6b331 (patch) | |
| tree | 6ebf6ecfd131fa8f921dcfb28b9796a777a3381c /src/addrs.c | |
| parent | 5afe2a48f8d73dbef22d09266d4e33b0a40b4df1 (diff) | |
| download | fujinet-chat-afb4a065b6bee669df249790835c64ea9dc6b331.tar.gz | |
Use real arrays for tx_buf and rx_buf. 6253 bytes free.
Diffstat (limited to 'src/addrs.c')
| -rw-r--r-- | src/addrs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addrs.c b/src/addrs.c index 6085e2c..c7af1f2 100644 --- a/src/addrs.c +++ b/src/addrs.c @@ -9,8 +9,8 @@ u16 *dlist_status_lms = u16p(0xbfee); u8 *dlist_last_line = u8p(0xbff0); u8 *edbox_only_dlist = u8p(0x8fb8); -u8 *rx_buf = u8p(0xa000); /* 512 bytes */ -u8 *tx_buf = u8p(0xa200); /* 512 bytes */ +// u8 *rx_buf = u8p(0xa000); /* 512 bytes */ +// u8 *tx_buf = u8p(0xa200); /* 512 bytes */ /* 1000 bytes (25 40-char lines) apiece. */ u8 *screen_top_addrs[7] = { |
