fix file.org prepending www all the time issue

This commit is contained in:
mwells
2014-07-28 14:46:37 -07:00
parent 0409571262
commit 388806c299

@ -5467,7 +5467,10 @@ bool Links::addLink ( char *link , long linkLen , long nodeNum ,
//bool addWWW = true;
//if ( titleRecVersion >= 99 ) addWWW = false;
//bool addWWW = false;
bool addWWW = true;
//bool addWWW = true;
// we now use everything has is for sites like file.org
bool addWWW = false;
url.set ( m_baseUrl ,
link ,