From: cristy Date: Wed, 9 May 2012 13:12:34 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5626 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00f87235ee022a316dcce7271cf700bcce86421d;p=imagemagick --- diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c index 67d23239c..644a0603b 100644 --- a/MagickWand/mogrify.c +++ b/MagickWand/mogrify.c @@ -187,7 +187,7 @@ WandExport MagickBooleanType MagickCommandGenesis(ImageInfo *image_info, TimerInfo *timer; - SetOpenMPMaximumThreads((int) n); + (void) SetMagickResourceLimit(ThreadResource,(MagickSizeType) n); timer=AcquireTimerInfo(); if (concurrent == MagickFalse) {