diff options
Diffstat (limited to 'src/LYShowInfo.c')
-rw-r--r-- | src/LYShowInfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c index 2cd1b05b..2d167ee9 100644 --- a/src/LYShowInfo.c +++ b/src/LYShowInfo.c @@ -70,7 +70,9 @@ PUBLIC int showinfo ARGS4( HTAlert(CANNOT_OPEN_TEMP); return(0); } +#ifndef __DJGPP__ chmod(tempfile, 0600); +#endif /* __DJGPP__ */ /* * Point the address pointer at this Url |