From e9d64eaacaa4e2a71489b24b2b45ac26fbaead3c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 2 Apr 2026 04:09:45 -0400 Subject: Replace conf->blah with config.blah (see the definition of "OS" in ). 6075 bytes free. --- src/nio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nio.c') diff --git a/src/nio.c b/src/nio.c index d848e18..b43c561 100644 --- a/src/nio.c +++ b/src/nio.c @@ -40,7 +40,7 @@ char nopen(void) { set_defaults(); OS.dcb.dcomnd = 'O'; // Open OS.dcb.dstats = DWRITE; // sending to to SIO device - OS.dcb.dbuf = conf->url; // eg: N:TCP// + OS.dcb.dbuf = config.url; // eg: N:TCP// OS.dcb.dbyt = 256; // max size of our device spec OS.dcb.daux1 = OUPDATE; // Read and write OS.dcb.daux2 = TRANS; // CR/LF translation -- cgit v1.2.3