From 25adbf546ff1b9b9c108b6fd3a9e6b12eb931881 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 12 Jan 2009 00:33:39 +0000
Subject: [PATCH] Fix descriptive comment for nopen()

---
 src/sbbs3/nopen.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/sbbs3/nopen.c b/src/sbbs3/nopen.c
index 9fabcb808b..7886348b25 100644
--- a/src/sbbs3/nopen.c
+++ b/src/sbbs3/nopen.c
@@ -39,9 +39,10 @@
 #include "crc32.h"
 
 /****************************************************************************/
-/* Network open function. Opens all files DENYALL and retries LOOP_NOPEN    */
-/* number of times if the attempted file is already open or denying access  */
-/* for some other reason.	All files are opened in BINARY mode.			*/
+/* Network open function. Opens all files DENYALL or DENYWRITE depending on */
+/* access, and retries LOOP_NOPEN number of times if the attempted file is	*/
+/* already open or denying access  for some other reason. All files are 	*/
+/* opened in BINARY mode.													*/
 /****************************************************************************/
 int nopen(const char* str, int access)
 {
-- 
GitLab