|
|
|
@ -13,8 +13,8 @@
|
|
|
|
|
#include <string.h> |
|
|
|
|
#include <assert.h> |
|
|
|
|
|
|
|
|
|
#include "../libisofs/libisofs.h" |
|
|
|
|
#include "../libburn/libburn.h" |
|
|
|
|
#include <libburn.h> |
|
|
|
|
#include <libisofs.h> |
|
|
|
|
#include "isoburn.h" |
|
|
|
|
|
|
|
|
|
/* Vreixo:
|
|
|
|
@ -161,7 +161,6 @@ int isoburn_new_rwopts(struct isoburn *o)
|
|
|
|
|
{ |
|
|
|
|
struct ecma119_source_opts *wopts; |
|
|
|
|
|
|
|
|
|
/* >>> code <<< */ |
|
|
|
|
/* create and initialize target_ropts read options */ |
|
|
|
|
o->target_ropts = calloc(1, sizeof(struct ecma119_read_opts)); |
|
|
|
|
if (!p->target_ropts) |
|
|
|
|