Final 0.6.2 release; misc. bug fixes & Windows version
This commit is contained in:
@@ -208,7 +208,7 @@ int DiskIO::Seek(uint64_t sector) {
|
||||
// size with the number of bytes read.
|
||||
// Returns the number of bytes read into buffer.
|
||||
int DiskIO::Read(void* buffer, int numBytes) {
|
||||
int blockSize = 512, i, numBlocks, retval = 0;
|
||||
int blockSize = 512, numBlocks, retval = 0;
|
||||
char* tempSpace;
|
||||
|
||||
// If disk isn't open, try to open it....
|
||||
|
||||
Reference in New Issue
Block a user