From d92cf295c1de3d1bc7dec2d8a8f796ddeb28873b Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 31 Aug 2019 22:40:36 +0000
Subject: [PATCH] Correct comment: file xfer progs *may* use stdio on Unix (not
 must)

---
 src/sbbs3/download.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/download.cpp b/src/sbbs3/download.cpp
index a7aea14dbd..b0bae7a998 100644
--- a/src/sbbs3/download.cpp
+++ b/src/sbbs3/download.cpp
@@ -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
-- 
GitLab