Fix comparison.

This commit is contained in:
2019-10-12 23:27:59 +01:00
parent c34e096bb3
commit b8a04b880a

View File

@@ -143,7 +143,7 @@ namespace DiscImageChef.Devices.Remote
var len = _socket.Send(buf, SocketFlags.None); var len = _socket.Send(buf, SocketFlags.None);
if (len >= buf.Length) if (len != buf.Length)
{ {
DicConsole.ErrorWriteLine("Could not write to the network..."); DicConsole.ErrorWriteLine("Could not write to the network...");