From 432b57ebdef07d4b44f8dff30a18683d0a8518ae Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 9 Dec 2024 21:21:14 +1100 Subject: [PATCH] Fix parsing ans with SAUCE --- load/page.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/load/page.js b/load/page.js index 11ab176..7b7c307 100644 --- a/load/page.js +++ b/load/page.js @@ -992,6 +992,9 @@ function Page(debug) { tinfo2 <<= 8; tinfo2 |= ascii(contents.content.substr(-30,1)); + var width; + var height; + switch(data_type) { case 1: switch(file_type) {