mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-23 07:20:41 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3bca2d9dda
@ -167,7 +167,7 @@ int FileAccessExtStubImpl::ListFile(const FileInfo &fileInfo, const int64_t offs
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (fileInfoVec.empty() ||(maxCounts > static_cast<int64_t>(fileInfoVec.size())
|
||||
if (fileInfoVec.empty() ||(maxCounts > static_cast<uint64_t>(fileInfoVec.size())
|
||||
&& currentWriteCounts == fileInfoVec.size())) {
|
||||
memInfo.isOver = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user