Add support for appendable multisession images.
This commit is contained in:
@ -41,7 +41,10 @@ int main(int argc, char **argv)
|
||||
0, /* file_mode */
|
||||
0, /* uid */
|
||||
0, /* gid */
|
||||
NULL /* output charset */
|
||||
NULL, /* output charset */
|
||||
0, /* appendable */
|
||||
0, /* ms_block */
|
||||
NULL /* overwrite */
|
||||
};
|
||||
struct iso_read_opts ropts = {
|
||||
0, /* block */
|
||||
|
Reference in New Issue
Block a user