Enlarged maximum allowed tsize= value to 4 TiB - 2 KiB (just in case)

This commit is contained in:
Thomas Schmitt 2022-12-10 11:18:05 +01:00
parent 1954514210
commit a904ae995a
2 changed files with 3 additions and 2 deletions

View File

@ -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 */

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2022.04.05.140409"
#define Cdrskin_timestamP "2022.12.10.093508"