From: cristy Date: Fri, 16 Sep 2011 01:13:25 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6999 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd85c16ed0a98b56cfe0b84646dc623f797c7642;p=imagemagick --- diff --git a/MagickCore/delegate.c b/MagickCore/delegate.c index e18bd181a..a775a60b9 100644 --- a/MagickCore/delegate.c +++ b/MagickCore/delegate.c @@ -783,7 +783,7 @@ static MagickBooleanType CopyDelegateFile(const char *source, *buffer; /* - Return if destination file already exists and is not empty. + Return if destination file already exists. */ assert(source != (const char *) NULL); assert(destination != (char *) NULL);