From: glennrp Date: Mon, 7 Jan 2013 18:43:03 +0000 (+0000) Subject: Revise comment in tests/validate.c X-Git-Tag: 7.0.1-0~4474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33fb803e515438f6df0286aeceb21caa07849613;p=imagemagick Revise comment in tests/validate.c --- diff --git a/tests/validate.c b/tests/validate.c index ef1547ebb..fe79cb3c2 100644 --- a/tests/validate.c +++ b/tests/validate.c @@ -501,7 +501,7 @@ static size_t ValidateImageFormatsInMemory(ImageInfo *image_info, #ifdef MagickCountTempFiles (void)GetPathTemplate(path); - /* Remove file template except for the leading "magick-" */ + /* Remove file template except for the leading "/path/to/magick-" */ path[strlen(path)-17]='\0'; (void) FormatLocaleFile(stdout," tmp path is '%s*'\n",path); #endif