diff options
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index dd0a3dc1..1781ef22 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.187 2009/05/25 21:46:24 tom Exp $ + * $LynxId: LYUtils.c,v 1.188 2009/08/25 22:36:48 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -3212,7 +3212,7 @@ void change_sug_filename(char *fname) *(cp--) = '\0'; } } - +#ifdef VMS /* * Trim off VMS device and/or directory specs, if present. */ @@ -3224,7 +3224,6 @@ void change_sug_filename(char *fname) } *cp = '\0'; } -#ifdef VMS /* * Replace illegal or problem characters. */ |