From 33fb803e515438f6df0286aeceb21caa07849613 Mon Sep 17 00:00:00 2001 From: glennrp Date: Mon, 7 Jan 2013 18:43:03 +0000 Subject: [PATCH] Revise comment in tests/validate.c --- tests/validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0