Fix GCC build
This commit is contained in:
parent
0c20e3a9cc
commit
dc3b5a05ae
@ -210,7 +210,12 @@ void GMsgList::ReadMlst(int n) {
|
||||
strcpy(ml->re, msg.re);
|
||||
|
||||
ml->colorby = GetColorName(ml->by, msg.orig, -1);
|
||||
ml->colorto = GetColorName(ml->to, AA->isnet() ? msg.dest : Addr(), -1);
|
||||
if(AA->isnet())
|
||||
ml->colorto = GetColorName(ml->to, msg.dest, -1);
|
||||
else
|
||||
{ Addr a;
|
||||
ml->colorto = GetColorName(ml->to, a, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user