1
0
Fork 0

Remove two g++ warnings

This commit is contained in:
fredb 2006-12-17 18:32:56 +00:00
parent cb62950760
commit c9401da22d

View file

@ -881,7 +881,7 @@ fgSetupProxy( const char *arg )
{ {
string options = arg; string options = arg;
string host, port, auth; string host, port, auth;
unsigned int pos; string::size_type pos;
host = port = auth = ""; host = port = auth = "";
if ((pos = options.find("@")) != string::npos) if ((pos = options.find("@")) != string::npos)