mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 13:14:51 +00:00
Fix graphs directory being created with strange permissions (#205)
This commit is contained in:
parent
6802cda932
commit
0c46e1b5bd
@ -48,7 +48,7 @@ LINK_ENTITY_TO_CLASS( info_node_air, CNodeEnt )
|
||||
#elif !_WIN32
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#define CreateDirectoryA(p, n) mkdir(p,777)
|
||||
#define CreateDirectoryA(p, n) mkdir(p, 0777)
|
||||
#endif
|
||||
|
||||
//=========================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user