aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 21c7a7cec03..ff29a042ea0 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2158,7 +2158,7 @@ decode_env_path (const char *evarname, const char *defalt)
2158 { 2158 {
2159 char *path_copy = alloca (strlen (path) + 1); 2159 char *path_copy = alloca (strlen (path) + 1);
2160 strcpy (path_copy, path); 2160 strcpy (path_copy, path);
2161 dostounix_filename (path_copy); 2161 dostounix_filename (path_copy, 0);
2162 path = path_copy; 2162 path = path_copy;
2163 } 2163 }
2164#endif 2164#endif