mirror of
https://github.com/vgough/encfs.git
synced 2024-11-24 00:43:41 +01:00
parent
c3340c994a
commit
5b7abe3bc3
@ -186,7 +186,7 @@ ssize_t BlockFileIO::read(const IORequest &req) const {
|
||||
++blockNum;
|
||||
partialOffset = 0;
|
||||
|
||||
if (readSize < _blockSize) {
|
||||
if ((size_t)readSize < _blockSize) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user