diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/LYIcon.rc | 10 | ||||
-rw-r--r-- | src/LYUtils.c | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/src/LYIcon.rc b/src/LYIcon.rc index 1aaf0831..2752f8f6 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.24 2016/09/10 11:22:22 tom Exp $ +// $LynxId: LYIcon.rc,v 1.25 2016/11/15 09:04:25 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,8,9,1010 -PRODUCTVERSION 2,8,9,1010 +FILEVERSION 2,8,9,1011 +PRODUCTVERSION 2,8,9,1011 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "http://invisible-island.net/lynx" VALUE "FileDescription", "Lynx - web browser" - VALUE "FileVersion", "2.8.9.1010" + VALUE "FileVersion", "2.8.9.1011" VALUE "InternalName", "Lynx" VALUE "LegalCopyright", "©1997-2016 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.8.9.1010" + VALUE "ProductVersion", "2.8.9.1011" END END BLOCK "VarFileInfo" diff --git a/src/LYUtils.c b/src/LYUtils.c index 4772fa47..b47779e9 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYUtils.c,v 1.274 2015/03/22 15:38:23 tom Exp $ + * $LynxId: LYUtils.c,v 1.275 2016/11/15 09:34:30 tom Exp $ */ #include <HTUtils.h> #include <HTTCP.h> @@ -4689,6 +4689,7 @@ BOOLEAN LYExpandHostForURL(char **AllocatedString, * Do a DNS test on the potential host field as presently trimmed. - FM */ StrAllocCopy(host, Str); + strip_userid(host, FALSE); HTUnEscape(host); if (LYCursesON) { StrAllocCopy(MsgStr, WWW_FIND_MESSAGE); |