ide: Developing debugger termination, Core/SMTP: Fixed issue with lone space at the end of text

git-svn-id: svn://ultimatepp.org/upp/trunk@7608 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-08-26 12:18:17 +00:00
parent 955699c6be
commit 1640a25f68
2 changed files with 12 additions and 6 deletions

View file

@ -282,6 +282,7 @@ String Smtp::GetMessage(bool chunks)
msg.Cat('=');
msg.Cat(hex[(*p >> 4) & 15]);
msg.Cat(hex[*p & 15]);
begin = false;
}
if(!begin)