Skip to content

Commit

Permalink
Merge branch 'ZZMarquis-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Mar 9, 2019
2 parents 9daed3e + 1f14439 commit fd83b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private boolean notEncrypted(byte[] encData, byte[] in, int inOff)
{
for (int i = 0; i != encData.length; i++)
{
if (encData[i] != in[inOff])
if (encData[i] != in[inOff + i])
{
return false;
}
Expand Down

0 comments on commit fd83b9c

Please sign in to comment.