From: Sweidan Omar Date: Mon, 6 Dec 2021 13:18:59 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=c487d72787fed7947d3b9287b9d827eed89b8ff6;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32498 --- diff --git a/server/user.jobengine.osgi.commons/src/user/commons/nexio/server/protocol/GetIDFileSizeCommand.java b/server/user.jobengine.osgi.commons/src/user/commons/nexio/server/protocol/GetIDFileSizeCommand.java index fc8ed6ec..8b985d4b 100644 --- a/server/user.jobengine.osgi.commons/src/user/commons/nexio/server/protocol/GetIDFileSizeCommand.java +++ b/server/user.jobengine.osgi.commons/src/user/commons/nexio/server/protocol/GetIDFileSizeCommand.java @@ -12,7 +12,7 @@ public class GetIDFileSizeCommand extends Command { // TYPE private final static byte[] TYPE_EXACT_DISK_SIZE = { (byte) 0x00, (byte) 0x05 }; - private final static byte[] TYPE_APPROXIMATE_TRANSFER_SIZE = { (byte) 0x00, (byte) 0x06 }; +// private final static byte[] TYPE_APPROXIMATE_TRANSFER_SIZE = { (byte) 0x00, (byte) 0x06 }; private byte[] buffer;