mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-29 11:49:29 +00:00
restored a zero
This commit is contained in:
parent
4eaf2338cb
commit
32d1b5d07e
@ -171,7 +171,7 @@ public class SHRPictureFile2 extends HiResImage
|
||||
failureReason = "Buffer should be 38,400 bytes";
|
||||
return;
|
||||
}
|
||||
int maxTables = (buffer.length - 3200) / COLOR_TABLE_SIZE;
|
||||
int maxTables = (buffer.length - 32000) / COLOR_TABLE_SIZE;
|
||||
colorTables = new ColorTable[maxTables];
|
||||
for (int i = 0; i < colorTables.length; i++)
|
||||
{
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user