From: cristy Date: Sun, 12 Jan 2014 00:08:47 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2897 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc5a6ee42c8b82bb5d0b8c6a54fea57bb4f536a2;p=imagemagick --- diff --git a/MagickCore/nt-base.c b/MagickCore/nt-base.c index e76952235..f3abdf82a 100644 --- a/MagickCore/nt-base.c +++ b/MagickCore/nt-base.c @@ -2068,7 +2068,7 @@ MagickPrivate int NTSystemCommand(const char *command) startup_info.wShowWindow=SW_SHOWMINNOACTIVE; (void) CopyMagickString(local_command,command,MaxTextExtent); asynchronous=command[strlen(command)-1] == '&' ? MagickTrue : MagickFalse; - if (asynchronous) + if (asynchronous != MagickFalse) { local_command[strlen(command)-1]='\0'; startup_info.wShowWindow=SW_SHOWDEFAULT;