Fix call to aaruf_create in convert.

This commit is contained in:
2025-10-08 12:45:59 +01:00
parent af5b9b87a3
commit e512bc358d

View File

@@ -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)