fix slightly incorrect cluster boundaries written by shadow_image

This commit is contained in:
2025-02-24 15:51:05 +00:00
parent 9847f093fc
commit fdbddd5800
2 changed files with 9 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ struct ec3_tag_info;
struct shadow_image {
size_t img_nr_clusters;
size_t img_nr_bytes;
size_t img_cluster_data_offset;
struct b_file *img_f_data;
struct b_file *img_f_cluster_table;
struct cluster_table img_cluster_table;