about summary refs log tree commit diff stats
path: root/src/LYList.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYList.c')
-rw-r--r--src/LYList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYList.c b/src/LYList.c
index bff4f967..59f6d497 100644
--- a/src/LYList.c
+++ b/src/LYList.c
@@ -69,7 +69,7 @@ PUBLIC int showlist ARGS2(char **, newfile, BOOLEAN, titles)
     /*
      *  Make the file a URL now.
      */
-#ifdef VMS
+#if defined (VMS) || defined (DOSPATH)
     sprintf(list_filename, "file://localhost/%s", tempfile);
 #else
     sprintf(list_filename, "file://localhost%s", tempfile);