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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user