mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-08-05 21:25:44 +00:00
tidying
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ resources/buildNumber
|
||||
/bin/
|
||||
.project
|
||||
.classpath
|
||||
build.xml
|
||||
|
@@ -111,6 +111,11 @@ public class SHRPictureFile2 extends HiResImage
|
||||
break;
|
||||
|
||||
case 0x1000: // seems to be a PIC/$00
|
||||
if (buffer.length < 32768)
|
||||
{
|
||||
failureReason = "file size not 32,768";
|
||||
break;
|
||||
}
|
||||
controlBytes = new byte[rows];
|
||||
System.arraycopy (buffer, 32000, controlBytes, 0, controlBytes.length);
|
||||
|
||||
|
Reference in New Issue
Block a user