Cared for a peculiarity of growisofs when using mkisofs -C

This commit is contained in:
Thomas Schmitt 2008-07-05 18:43:57 +00:00
parent 9fa0a6f441
commit 94638d6e9b
2 changed files with 3 additions and 1 deletions

View File

@ -7609,6 +7609,8 @@ illegal_c:;
goto illegal_c;
strncpy(sfe, msc, cpt-msc);
sfe[cpt-msc]= 0;
if(strcmp(sfe, "16")==0) /* growisofs uses 16 to avoid a bug in mkisofs */
strcpy(sfe, "0");
ret= Xorriso_option_load(xorriso, "sbsector", sfe, 0);
if(ret<=0)
return(ret);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.07.05.182424"
#define Xorriso_timestamP "2008.07.05.184434"