aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-15 15:21:07 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-15 15:21:07 +0000
commit719d13ef10fd4d26d832086566cae21e4ca306ad (patch)
tree868a1373a373b9f8145b5cb81dc6357c4a67d53f /file.c
parent[w3m-dev 03431] save file by background process (diff)
downloadw3m-719d13ef10fd4d26d832086566cae21e4ca306ad.tar.gz
w3m-719d13ef10fd4d26d832086566cae21e4ca306ad.zip
fix indent
Diffstat (limited to 'file.c')
-rw-r--r--file.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/file.c b/file.c
index 7eba2af..c04d0ad 100644
--- a/file.c
+++ b/file.c
@@ -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);