Skip to content

Commit

Permalink
Add one more "flaky" byte when comparing two documents
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917177 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
centic9 committed Apr 20, 2024
1 parent 6936398 commit 48a69cd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1846,6 +1846,7 @@ private byte[] removeTimestamp(byte[] bytes) {
bytes[390] = 0;
bytes[391] = 0;
bytes[674] = 0;
bytes[676] = 0;
bytes[883] = 0;
bytes[1207] = 0;
bytes[1208] = 0;
Expand Down

0 comments on commit 48a69cd

Please sign in to comment.