Skip to content

Commit 6dd0606

Browse files
committed
NEED NOT UPSTREAM: [components][dfs_v2]: Fix cromfs bug
This patch has been merged in master: RT-Thread#10054. Note the change solution on master is different with this patch. Signed-off-by: Wang Chen <[email protected]>
1 parent f951c8c commit 6dd0606

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+
uint64_t size = 0, osize = 0;
751751

752752
if (!fi->data_valid)
753753
{

0 commit comments

Comments
 (0)