mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
955699c6be
commit
1640a25f68
2 changed files with 12 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue