Skip to content
Snippets Groups Projects
Commit d92cf295 authored by rswindell's avatar rswindell
Browse files

Correct comment: file xfer progs *may* use stdio on Unix (not must)

parent 0196bfce
Branches
Tags
No related merge requests found
......@@ -229,7 +229,7 @@ int sbbs_t::protocol(prot_t* prot, enum XFER_TYPE type
ex_mode = EX_BIN;
if(prot->misc&PROT_NATIVE)
ex_mode|=EX_NATIVE;
#ifdef __unix__ /* file xfer progs must use stdio on Unix */
#ifdef __unix__ /* file xfer progs may use stdio on Unix */
if(!(prot->misc&PROT_SOCKET))
ex_mode|=EX_STDIO;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment