Small improve performance
This commit is contained in:
parent
b56923a3ec
commit
1632703681
@ -500,7 +500,7 @@ void edit_addressbook(GMsg* msg);
|
|||||||
|
|
||||||
inline bool issoftcr(char c)
|
inline bool issoftcr(char c)
|
||||||
{
|
{
|
||||||
return (c == SOFTCR) and not WideDispsoftcr;
|
return not WideDispsoftcr and (c == SOFTCR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user