minor cleanup
This commit is contained in:
parent
8c45632dc3
commit
9d7549671c
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ Ox.oshash = function(file, callback) {
|
|||
do {
|
||||
while (i < blen) {
|
||||
num += r[3 - i] * base;
|
||||
r[3 - i++] = (num & 0xffff);
|
||||
r[3 - i++] = (num & 0xFFFF);
|
||||
num >>>= 16;
|
||||
}
|
||||
if (num) {
|
||||
|
|
Loading…
Reference in a new issue