Loading src/blogi.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ public: }; void logFiles(const char *path,int fd){ int pfd=open(path,O_APPEND|O_CREAT|O_WRONLY,S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH); int pfd=open(path,O_APPEND|O_CREAT|O_WRONLY,0x760); struct passwd *pwd=getpwnam("blogi"); Loading Loading
src/blogi.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ public: }; void logFiles(const char *path,int fd){ int pfd=open(path,O_APPEND|O_CREAT|O_WRONLY,S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH); int pfd=open(path,O_APPEND|O_CREAT|O_WRONLY,0x760); struct passwd *pwd=getpwnam("blogi"); Loading