Skip to content

Commit

Permalink
fix bug for #3 on JS
Browse files Browse the repository at this point in the history
  • Loading branch information
oov committed Oct 15, 2019
1 parent d1b3a64 commit 029bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress.inc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $global['$github.com/oov/psd$'] = {
continue;
}
if (buf[ofs] == 0x80) {
j++;
ofs++;
continue;
}
for (var k = 0, l = 256 - buf[ofs++] + 1, c = buf[ofs++]; k < l; ++k) {
Expand Down

0 comments on commit 029bc2b

Please sign in to comment.