Skip to content
Snippets Groups Projects
Commit 25adbf54 authored by deuce's avatar deuce
Browse files

Fix descriptive comment for nopen()

parent 740a7c6b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment