diff options
| -rw-r--r-- | js/png.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -173,7 +173,8 @@ var read_cstring = function(u8, pos){ if (u8[pos] === 0) return str str += String.fromCharCode(u8[pos]) pos++ - } + } + return str } var decode_itxt_chunk = function(chunk){ |
