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:
@@ -32,7 +32,7 @@ int read(const unsigned long long sector_no, const char *path)
|
||||
uint8_t *data = NULL;
|
||||
uint8_t sector_status = 0;
|
||||
|
||||
ctx = aaruf_open(path);
|
||||
ctx = aaruf_open(path, false, NULL);
|
||||
|
||||
if(ctx == NULL)
|
||||
{
|
||||
@@ -85,7 +85,7 @@ int read_long(const unsigned long long sector_no, const char *path)
|
||||
uint8_t *data = NULL;
|
||||
uint8_t sector_status = 0;
|
||||
|
||||
ctx = aaruf_open(path);
|
||||
ctx = aaruf_open(path, false, NULL);
|
||||
|
||||
if(ctx == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user