Skip to content

Commit 88195c8

Browse files
authored
[components][dfs_v2]: Fix cromfs bug (#10054)
1 parent 7f05592 commit 88195c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dfs/dfs_v2/filesystems/cromfs/dfs_cromfs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ static int fill_file_data(file_info *fi)
747747
int ret = -1;
748748
cromfs_info *ci = NULL;
749749
void *compressed_file_buff = NULL;
750-
uint32_t size = 0, osize = 0;
750+
uLongf size = 0, osize = 0;
751751

752752
if (!fi->data_valid)
753753
{

0 commit comments

Comments
 (0)