Adjusted ds_read_block() to inofficial libisofs expectations
This commit is contained in:
parent
572c83ade4
commit
2121a50e45
@ -135,10 +135,8 @@ int ds_read_block(IsoDataSource *src, uint32_t lba, uint8_t *buffer)
|
||||
|
||||
/* It is not required by the specs of libisofs but implicitely assumed
|
||||
...
|
||||
But it is not possible to ignore FAILURE. So the original libisofs
|
||||
error code is patched to deliver MISHAP in order to give a minimal
|
||||
choice.
|
||||
libisofs insists in original error codes, so libisoburn cannot
|
||||
But it is not possible to ignore FAILURE.
|
||||
libisofs insists in original error codes, i.e. libisoburn cannot
|
||||
change severity FAILURE associated with ISO_FILE_READ_ERROR.
|
||||
So ISO_FILE_READ_ERROR is not an option and libisoburn has to
|
||||
misuse ISO_FILE_CANT_WRITE, which is actually for image generation
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.05.01.174110"
|
||||
#define Xorriso_timestamP "2008.05.02.072505"
|
||||
|
Loading…
Reference in New Issue
Block a user