diff options
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index 3da61c4f..8a7d0800 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.224 2012/07/06 00:29:26 tom Exp $ + * $LynxId: LYUtils.c,v 1.225 2012/08/03 17:38:47 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -6684,7 +6684,7 @@ BOOLEAN LYValidateFilename(bstring **result, } #endif } else { - if ((cp = FindLeadingTilde((*given)->str, TRUE)) != 0) { + if (FindLeadingTilde((*given)->str, TRUE) != 0) { char *cp1 = NULL; StrAllocCopy(cp1, (*given)->str); |