mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-08-07 22:25:19 +00:00
@@ -546,7 +546,7 @@ void findDriveImages(FsFile root) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int blk1, blk2, blk3, blk4 = 0;
|
int blk1 = 0, blk2, blk3, blk4 = 0;
|
||||||
if(file_name_length > 8) { // HD00_[111]
|
if(file_name_length > 8) { // HD00_[111]
|
||||||
blk1 = name[HDIMG_BLK_POS] - '0';
|
blk1 = name[HDIMG_BLK_POS] - '0';
|
||||||
blk2 = name[HDIMG_BLK_POS+1] - '0';
|
blk2 = name[HDIMG_BLK_POS+1] - '0';
|
||||||
|
Reference in New Issue
Block a user