mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 11:14:39 +00:00
Fix call to aaruf_create in convert.
This commit is contained in:
@@ -59,7 +59,8 @@ int convert(const char *input_path, const char *output_path)
|
||||
(const uint8_t *)"aaruformattool",
|
||||
14, // application name length
|
||||
1, // major version
|
||||
0 // minor version
|
||||
0, // minor version
|
||||
false
|
||||
);
|
||||
|
||||
if(output_ctx == NULL)
|
||||
|
||||
Reference in New Issue
Block a user