]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 8 Mar 2014 19:00:43 +0000 (19:00 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 8 Mar 2014 19:00:43 +0000 (19:00 +0000)
MagickCore/log.c

index 467cafd669f85c2ff2d43da1ae09f60205f39816..022461645d659bdd29e3eb29ac6abd4e7d9efae5 100644 (file)
@@ -535,7 +535,7 @@ MagickExport const char *GetLogName(void)
 */
 static MagickBooleanType InitializeLogList(ExceptionInfo *exception)
 {
-  if ((log_list == (LinkedListInfo *) NULL) ||
+  if ((log_list == (LinkedListInfo *) NULL) &&
       (instantiate_log == MagickFalse))
     {
       if (log_semaphore == (SemaphoreInfo *) NULL)