One more CR fix
This commit is contained in:
parent
16734c8bf2
commit
fb3b54eb0f
|
@ -154,8 +154,8 @@ namespace AsterNET.IO
|
|||
/// <summary>connection has already been closed.</summary>
|
||||
public void Write(string s)
|
||||
{
|
||||
writer.Write(encoding.GetBytes(s));
|
||||
writer.Flush();
|
||||
writer.Write(encoding.GetBytes(s));
|
||||
writer.Flush();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue