mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Do not consider rewinded the first time block 0 is written.
This commit is contained in:
@@ -292,6 +292,7 @@ typedef struct aaruformat_context
|
||||
bool is_writing; ///< True if context opened/created for writing.
|
||||
bool rewinded; ///< True if stream has been rewound after open (write path).
|
||||
bool writing_long; ///< True if writing long sectors
|
||||
bool block_zero_written; ///< True if block zero has been written (writing path).
|
||||
|
||||
/* Options */
|
||||
uint32_t lzma_dict_size; ///< LZMA dictionary size (writing path).
|
||||
|
||||
Reference in New Issue
Block a user