Skip to content

Commit

Permalink
Solve compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Apr 20, 2024
1 parent 58d64f9 commit c043fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/src/main/cpp/dpt_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void *read_zip_file_entry(void* zip_addr,off_t zip_size,const char* entry_name,i
size_t bytes_read = mz_zip_entry_read(zip_handle, entry_data,
file_info->uncompressed_size);

DLOGD("read_zip_file_entry reading entry: %s,read size: %d", entry_name,
DLOGD("read_zip_file_entry reading entry: %s,read size: %zu", entry_name,
bytes_read);

*entry_size = file_info->uncompressed_size;
Expand Down

0 comments on commit c043fd9

Please sign in to comment.