Update all calls to aaruf_open.

This commit is contained in:
2025-10-21 15:36:43 +01:00
parent bbcadedd7e
commit eae5514ce3
8 changed files with 34 additions and 34 deletions

View File

@@ -41,7 +41,7 @@ int convert(const char *input_path, const char *output_path, bool use_long)
printf("Converting image from %s to %s%s...\n", input_path, output_path, use_long ? " (long mode)" : "");
// Open input image
input_ctx = aaruf_open(input_path);
input_ctx = aaruf_open(input_path, false, NULL);
if(input_ctx == NULL)
{
printf("Error %d when opening input AaruFormat image.\n", errno);