We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f05592 commit 88195c8Copy full SHA for 88195c8
components/dfs/dfs_v2/filesystems/cromfs/dfs_cromfs.c
@@ -747,7 +747,7 @@ static int fill_file_data(file_info *fi)
747
int ret = -1;
748
cromfs_info *ci = NULL;
749
void *compressed_file_buff = NULL;
750
- uint32_t size = 0, osize = 0;
+ uLongf size = 0, osize = 0;
751
752
if (!fi->data_valid)
753
{
0 commit comments