From 196a3f566bdc5bd6188f2265e05adbdb519a6e09 Mon Sep 17 00:00:00 2001 From: andyq Date: Wed, 16 Oct 2002 23:07:28 +0000 Subject: Now handles commented out servers nicely --- (limited to 'noncore/settings/aqpkg') diff --git a/noncore/settings/aqpkg/datamgr.cpp b/noncore/settings/aqpkg/datamgr.cpp index 7c49621..d929c39 100644 --- a/noncore/settings/aqpkg/datamgr.cpp +++ b/noncore/settings/aqpkg/datamgr.cpp @@ -86,7 +86,7 @@ void DataManager :: loadServers() while ( fgets( line, sizeof line, fp) != NULL ) { lineStr = line; - if ( lineStr.startsWith( "src" ) ) //|| lineStr.startsWith( "#src" ) || lineStr.startsWith( "# src" ) ) + if ( lineStr.startsWith( "src" ) || lineStr.startsWith( "#src" ) || lineStr.startsWith( "# src" ) ) { char alias[20]; char url[100]; -- cgit v0.9.0.2