diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-08-03 18:36:10 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-08-03 18:36:10 -0400 |
commit | 526bf441a7a6b68bfa39cca1115040444775e834 (patch) | |
tree | 982730fb702410eb2b1b01b89e85d36078481af5 /src/LYUtils.c | |
parent | 9e08feeb8ddd48fb1a802d49491fbf2249328f0b (diff) | |
download | lynx-snapshots-526bf441a7a6b68bfa39cca1115040444775e834.tar.gz |
snapshot of project "lynx", label v2-8-8dev_12i
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); |