Enlarged maximum allowed tsize= value to 4 TiB - 2 KiB (just in case)
This commit is contained in:
parent
1954514210
commit
a904ae995a
@ -3343,7 +3343,8 @@ ex:;
|
||||
*/
|
||||
|
||||
|
||||
#define Cdrskin_tracksize_maX 1024.0*1024.0*1024.0*1024.0
|
||||
/* 4 TiB - 32 KiB : The libburn API works with int rather than uint32_t */
|
||||
#define Cdrskin_tracksize_maX 4398046478336.0
|
||||
|
||||
|
||||
/* Some constants obtained by hearsay and experiments */
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2022.04.05.140409"
|
||||
#define Cdrskin_timestamP "2022.12.10.093508"
|
||||
|
Loading…
Reference in New Issue
Block a user