Commit 41b5001f authored by Josh Ji's avatar Josh Ji

move flag

parent 2b33815f
......@@ -142,8 +142,8 @@ public class IDSecret {
public void pushTempBuffer(byte[] inputBuffer, short inputOffset, short inputLength){
if((short)(inputLength + tempCursor) > (short)tempBuffer.length){
tempBuffer[0] = 'T'; // too
tempBuffer[1] = 'L'; // long
tempBuffer[(short)(tempBuffer.length-2)] = 'T'; // too
tempBuffer[(short)(tempBuffer.length-1)] = 'L'; // long
Util.setShort(tempBuffer, (short)2, (short)inputBuffer.length); // input length
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment