Add write function. Fix bug in PVD writing and dir. record len computation.
This commit is contained in:
@ -19,6 +19,9 @@
|
||||
#define LIBISO_FILE_IGNORED 0x00030100
|
||||
/** File cannot be writing to image (ignored) */
|
||||
#define LIBISO_FILE_CANT_WRITE 0x00030101
|
||||
/** Write error */
|
||||
#define LIBISO_WRITE_ERROR 0x00030102
|
||||
|
||||
|
||||
/** Can't read file (ignored) */
|
||||
#define LIBISO_CANT_READ_FILE 0x00031001
|
||||
|
Reference in New Issue
Block a user