mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
Corrected format string.
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ static void LibRawDataError(void *data,const char *magick_unused(file),
|
||||
*/
|
||||
exception=(ExceptionInfo *) data;
|
||||
(void) ThrowMagickException(exception,GetMagickModule(),
|
||||
CorruptImageWarning,"Data corrupted at","`%d'",offset);
|
||||
CorruptImageWarning,"Data corrupted at","`%d'",(int) offset);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user