commit | e321d444dcca514cf6b53459e388ddcbaab6176c | [log] [tgz] |
---|---|---|
author | srs5694 <srs5694@users.sourceforge.net> | Fri Jan 29 17:44:04 2010 -0500 |
committer | srs5694 <srs5694@users.sourceforge.net> | Fri Jan 29 17:44:04 2010 -0500 |
tree | 7c2c07142193cf2a66a958f59fb35d0ee0ca9ca0 | |
parent | 0a6973119c9e9984ad47a6da3231e8d16f996c5c [diff] [blame] |
Final 0.6.2 release; misc. bug fixes & Windows version
diff --git a/diskio-unix.cc b/diskio-unix.cc index a72c7ce..8fbc7b5 100644 --- a/diskio-unix.cc +++ b/diskio-unix.cc
@@ -208,7 +208,7 @@ // 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....