Fixed Bug #124155; minor change to enable telnet: URLs on some Win systems

git-svn-id: svn://10.0.0.236/trunk@3633 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
law
1998-06-10 22:42:51 +00:00
parent 83ed7683b6
commit 774adf441e

View File

@@ -2216,6 +2216,10 @@ FE_ConnectToRemoteHost(MWContext * context, int url_type, char *
// Strip off any command line options
lpszArg = strstr(lpszApp, "%1");
if ( !lpszArg ) {
// Look for "%l", instead.
lpszArg = strstr(lpszApp, "%l");
}
if (lpszArg)
*lpszArg = '\0'; // null terminate the string here