CR Fix
This commit is contained in:
parent
e0866921c3
commit
8c30689787
|
@ -155,7 +155,7 @@ namespace AsterNET.IO
|
|||
public void Write(string s)
|
||||
{
|
||||
writer.Write(encoding.GetBytes(s));
|
||||
writer.Flush();
|
||||
writer.Flush();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue