mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
eliminate compiler warning
This commit is contained in:
@@ -1129,7 +1129,7 @@ MagickExport MagickBooleanType RelinquishUniqueFileResource(const char *path)
|
||||
status=ShredFile(path);
|
||||
status|=remove_utf8(path);
|
||||
}
|
||||
return(status);
|
||||
return(status == 0 ? MagickFalse : MagickTrue);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user