diff options
Diffstat (limited to '')
-rw-r--r-- | file.c | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.116 2002/11/15 15:19:43 ukai Exp $ */ +/* $Id: file.c,v 1.117 2002/11/15 15:21:07 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -1945,8 +1945,8 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer, if (pu.scheme == SCM_LOCAL) { UFclose(&f); _doFileCopy(pu.real_file, - conv_from_system(guess_save_name - (NULL, pu.real_file)), TRUE); + conv_from_system(guess_save_name + (NULL, pu.real_file)), TRUE); } else { if (DecodeCTE && IStype(f.stream) != IST_ENCODED) @@ -7314,12 +7314,12 @@ doFileSave(URLFile uf, char *defstr) disp_err_message(msg->ptr, FALSE); return; } -/* - if (save2tmp(uf, p) < 0) { - msg = Sprintf("Can't save to %s", p); - disp_err_message(msg->ptr, FALSE); - } -*/ + /* + * if (save2tmp(uf, p) < 0) { + * msg = Sprintf("Can't save to %s", p); + * disp_err_message(msg->ptr, FALSE); + * } + */ lock = tmpfname(TMPF_DFL, ".lock")->ptr; #if defined(HAVE_SYMLINK) && defined(HAVE_LSTAT) symlink(p, lock); |