diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 067e0f62..5fd1fcd5 100644 --- a/src/library.js +++ b/src/library.js @@ -2146,6 +2146,7 @@ LibraryManager.library = { (type === 's')) { buffer.push(String.fromCharCode(next)); next = get(); + curr++; } else { break; } |