diff options
Diffstat (limited to 'src/LYList.c')
-rw-r--r-- | src/LYList.c | 2 |
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); |