This commit is contained in:
parent
9cfd98e9ba
commit
d60e6c4b46
@ -1,8 +1,10 @@
|
||||
--- magick/exception.c 2011-09-06 15:31:15.000000000 +0200
|
||||
+++ magick/exception.c 2011-09-06 17:11:20.000000000 +0200
|
||||
@@ -458,7 +458,11 @@ MagickExport char *GetExceptionMessage(c
|
||||
exception[MaxTextExtent];
|
||||
Index: magick/exception.c
|
||||
===================================================================
|
||||
--- magick/exception.c.orig
|
||||
+++ magick/exception.c
|
||||
@@ -457,7 +457,11 @@ MagickExport char *GetExceptionMessage(c
|
||||
|
||||
*exception='\0';
|
||||
#if defined(MAGICKCORE_HAVE_STRERROR_R)
|
||||
- (void) strerror_r(error,exception,sizeof(exception));
|
||||
+ #if !defined(_GNU_SOURCE)
|
||||
|
@ -566,4 +566,5 @@ Authors:
|
||||
HTML documentation for ImageMagick library and scene examples.
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -567,4 +567,5 @@ HTML documentation for ImageMagick library and scene examples.
|
||||
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user