mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Update all calls to aaruf_open.
This commit is contained in:
@@ -76,7 +76,7 @@ int info(const char *path)
|
||||
mediaTagEntry const *mediaTag = NULL;
|
||||
mediaTagEntry const *tmpMediaTag = NULL;
|
||||
|
||||
ctx = aaruf_open(path);
|
||||
ctx = aaruf_open(path, false, NULL);
|
||||
|
||||
if(ctx == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user