diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-03 10:10:50 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-03 10:10:50 -0400 |
commit | 73d5512d62200a263f3084bd869366326e445cf4 (patch) | |
tree | 0119cd9df4f21bfd10a32ba4614311b2d6dd5652 /src/LYMain.c | |
parent | 8b30891ac5d40b970d9bbf48ed905fc225ee3bd7 (diff) | |
download | lynx-snapshots-73d5512d62200a263f3084bd869366326e445cf4.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-58
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); } |