diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 14:35:47 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 14:35:47 -0400 |
commit | 29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd (patch) | |
tree | eb21837aa9b85afaaf8381d71600e1e6dfe78cb3 /src/LYDownload.c | |
parent | a93eca0b83e4d890c28d271eb3293f08666c613e (diff) | |
download | lynx-snapshots-29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-47
Diffstat (limited to 'src/LYDownload.c')
-rw-r--r-- | src/LYDownload.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYDownload.c b/src/LYDownload.c index 53758e9a..82002a9a 100644 --- a/src/LYDownload.c +++ b/src/LYDownload.c @@ -633,7 +633,9 @@ PUBLIC int LYdownload_options ARGS2( HTAlert(CANNOT_OPEN_TEMP); return(-1); } +#ifndef DOSPATH chmod(tempfile, 0600); +#endif /* DOSPATH */ LYstrncpy(LYValidDownloadFile, data_file, |