diff options
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 8b1c838a..943348ab 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1014,7 +1014,9 @@ PUBLIC int main ARGS2( exit(-1); } #endif /* VMS */ +#ifndef __DJGPP__ chmod(LYTraceLogPath, 0600); +#endif /* __DJGPP__ */ *stderr = *LYTraceLogFP; fprintf(stderr, "\t\t%s\n\n", LYNX_TRACELOG_TITLE); } |