commit | ddacdd1e1792a764ee0aa75ba349759ee73f46df | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Mon May 07 23:08:14 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Mon May 07 23:08:14 2012 +0000 |
tree | 00d0f15047b4f008f819489ddbeb508344d0ccc9 | |
parent | 9caad06613f826503dddb02de04a818107263c7a [diff] [blame] |
diff --git a/MagickCore/cache.c b/MagickCore/cache.c index 93de807..fa4600d 100644 --- a/MagickCore/cache.c +++ b/MagickCore/cache.c
@@ -4898,7 +4898,7 @@ image_view=AcquireVirtualCacheView(image,exception); /* must be virtual */ #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static) shared(status) \ - dynamic_num_threads_dos(image->columns,image->rows) + dynamic_number_threads(image->columns,image->rows,1) #endif for (y=0; y < (ssize_t) image->rows; y++) {