Eventually truncate stdio: track size to file size and issue warning

This commit is contained in:
2009-09-13 09:50:36 +00:00
parent b2192ec4f7
commit 22e2d6d12d
3 changed files with 19 additions and 3 deletions

View File

@ -5234,7 +5234,7 @@ int Xorriso_toc(struct XorrisO *xorriso, int flag)
struct isoburn_toc_disc *disc= NULL;
struct isoburn_toc_session **sessions;
struct isoburn_toc_track **tracks;
int image_blocks;
int image_blocks= 0;
char volume_id[33];
struct burn_toc_entry next_toc_entry;