Bug fix: burn_offst_source_new() parameter "size" rolled over at 2 exp 31

This commit is contained in:
Thomas Schmitt 2024-02-26 15:57:18 +01:00
parent ca29b77091
commit ddebbf1b60
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2023.09.12.132011"
#define Cdrskin_timestamP "2024.02.26.145623"

View File

@ -88,7 +88,7 @@ struct burn_source_offst {
int size_adjustable;
/* for set_size/get_size */
int nominal_size;
off_t nominal_size;
/* To help offst_free() */
struct burn_source *next;