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