about summary refs log tree commit diff stats
path: root/src/LYUtils.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2015-01-02 12:34:14 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2015-01-02 12:34:14 -0500
commit41998b520b2827d32db2106be21200aadb8ad462 (patch)
tree0a9c95ae056fa4cb12fb63f4d7b19ea1e45f80f1 /src/LYUtils.c
parentd75d32cd2f1ca078ec90deb26e3f97c66ce65d06 (diff)
downloadlynx-snapshots-41998b520b2827d32db2106be21200aadb8ad462.tar.gz
snapshot of project "lynx", label v2-8-9dev_2a
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r--src/LYUtils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c
index ea4e7231..c99c51df 100644
--- a/src/LYUtils.c
+++ b/src/LYUtils.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYUtils.c,v 1.272 2014/12/22 00:22:55 tom Exp $
+ * $LynxId: LYUtils.c,v 1.273 2014/12/30 22:16:41 Gisle.Vanem Exp $
  */
 #include <HTUtils.h>
 #include <HTTCP.h>
@@ -5183,7 +5183,7 @@ static char *HomeEnv(void)
 {
     char *result = CheckDir(LYGetEnv("HOME"));
 
-#if defined (USE_DOS_DRIVES)
+#if defined (USE_DOS_DRIVES) && defined(_WIN32)
     if (result == 0) {
 	char *head;
 	char *leaf;