Logoj0ke.net Open Build Service > Projects > internetx:php5:5.6.24:extensions > php5-imagick-oldapi > imagick-exception.diff
Sign Up | Log In

File imagick-exception.diff of Package php5-imagick-oldapi

 
1
--- imagick-0.9.13/imagick.c.orig   2008-03-06 05:47:31.000000000 +0100
2
+++ imagick-0.9.13/imagick.c    2008-03-06 05:48:15.000000000 +0100
3
@@ -728,6 +728,7 @@
4
 
5
 #if (defined(HAVE_IMAGEMAGICK) && MagickLibVersion > 0x600)
6
 #if MagickLibVersion >= 0x611
7
+   GetExceptionInfo(&exception);
8
    magick_info = GetMagickInfoList("*", &number_formats, &exception);
9
 #else
10
    magick_info = GetMagickInfoList("*", &number_formats);
11