Fixed bug in AddressMacro parsing
This commit is contained in:
parent
50c9b357a3
commit
ee54b9664d
@ -796,8 +796,10 @@ void guserbase::update_addressbook(GMsg* msg, bool reverse, bool force) {
|
||||
if(strieql(name, buf))
|
||||
return;
|
||||
}
|
||||
else
|
||||
ptr = buf;
|
||||
}
|
||||
else if(AA->isinternet()) {
|
||||
else {
|
||||
ptr = n->name;
|
||||
}
|
||||
ParseInternetAddr(ptr, buf1, buf2);
|
||||
|
Reference in New Issue
Block a user