diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-28 23:49:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-28 23:49:33 +0000 |
commit | ad5af0448cb4c018671a93203fe32409e197b68a (patch) | |
tree | 0385c41748bc640aa189005053f46c4a46e0750b /graphics/reallyslick/files/patch-other_src_matrixview.c | |
parent | - Update to version 2.7 (diff) |
- Update to version 0.9.0
PR: 135034
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | graphics/reallyslick/files/patch-other_src_matrixview.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/reallyslick/files/patch-other_src_matrixview.c b/graphics/reallyslick/files/patch-other_src_matrixview.c deleted file mode 100644 index a5c9028cb29e..000000000000 --- a/graphics/reallyslick/files/patch-other_src_matrixview.c +++ /dev/null @@ -1,20 +0,0 @@ ---- other_src/matrixview.c.orig Sun Feb 26 08:55:26 2006 -+++ other_src/matrixview.c Fri Apr 28 09:33:18 2006 -@@ -94,13 +94,15 @@ - - // Directory scanning + image loading code in a separate function callable either from loadNextImage or another thread if pthreads is available. - void loadNextImageFromDisk() { -- MagickWand *magick_wand = NewMagickWand(); -+ MagickWand *magick_wand; - ExceptionInfo exception; - int dirLoop = 0; -+ int imageLoaded = 0; -+ -+ magick_wand = NewMagickWand(); - - GetExceptionInfo (&exception); - -- int imageLoaded = 0; - do { - struct dirent *file; - |