diff options
Diffstat (limited to 'src/nio.c')
| -rw-r--r-- | src/nio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
