aboutsummaryrefslogtreecommitdiffstats
path: root/indep.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-22 13:30:02 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-22 13:30:02 +0000
commit4493ae705f57d21e38c2a1ecb7963e75059b8988 (patch)
tree4331d0212ac88efd6e6774c8bcd97ba20fbbe774 /indep.c
parent[w3m-dev 02494] (diff)
downloadw3m-4493ae705f57d21e38c2a1ecb7963e75059b8988.tar.gz
w3m-4493ae705f57d21e38c2a1ecb7963e75059b8988.zip
[w3m-dev 02497]
From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
Diffstat (limited to 'indep.c')
-rw-r--r--indep.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/indep.c b/indep.c
index a3ce9bd..717d9b5 100644
--- a/indep.c
+++ b/indep.c
@@ -1,4 +1,4 @@
-/* $Id: indep.c,v 1.6 2001/11/21 16:29:46 ukai Exp $ */
+/* $Id: indep.c,v 1.7 2001/11/22 13:30:02 ukai Exp $ */
#include "fm.h"
#include <stdio.h>
#include <pwd.h>
@@ -122,13 +122,6 @@ cleanupName(char *name)
}
else if (strncmp(p, "//", 2) == 0) { /* foo//bar */
/* -> foo/bar */
-#if 0 /* ifdef SUPPORT_NETBIOS_SHARE */
- if (p == buf) { /* //DRIVE/foo or //host/path */
- p += 2;
- q += 2;
- continue;
- }
-#endif /* SUPPORT_NETBIOS_SHARE */
*p = '\0';
q++;
strcat(buf, q);