Committing updates.
This commit is contained in:
@@ -294,7 +294,11 @@ namespace Apostol {
|
||||
CStringList urlList;
|
||||
if (FindURLInLine(uid.Desc, urlList)) {
|
||||
for (int l = 0; l < urlList.Count(); l++) {
|
||||
#ifndef _DEBUG
|
||||
ServerList.AddPair(uid.Name, urlList[l]);
|
||||
#else
|
||||
ServerList.AddPair(BPS_BM_SERVER_ADDRESS, BPS_SERVER_URL);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
} else if (name.Find("bitcoin_key") != CString::npos) {
|
||||
|
||||
Reference in New Issue
Block a user