mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 07:20:05 +00:00
Text product message
This commit is contained in:
parent
03fdd99585
commit
55d856a745
5 changed files with 418 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ std::istream& getline(std::istream& is, std::string& t)
|
|||
case '\n': return is;
|
||||
|
||||
case '\r':
|
||||
while (sb->sgetc() == '\r')
|
||||
{
|
||||
sb->sbumpc();
|
||||
}
|
||||
if (sb->sgetc() == '\n')
|
||||
{
|
||||
sb->sbumpc();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue