mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add new magic number.
This commit is contained in:
@@ -49,7 +49,7 @@ int close(void* context)
|
||||
aaruformatContext* ctx = context;
|
||||
|
||||
// Not a libaaruformat context
|
||||
if(ctx->magic != DIC_MAGIC)
|
||||
if(ctx->magic != AARU_MAGIC)
|
||||
{
|
||||
errno = EINVAL;
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user