]> granicus.if.org Git - imagemagick/commitdiff
Revise comment in tests/validate.c
authorglennrp <glennrp@git.imagemagick.org>
Mon, 7 Jan 2013 18:43:03 +0000 (18:43 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Mon, 7 Jan 2013 18:43:03 +0000 (18:43 +0000)
tests/validate.c

index ef1547ebbe7c2fbb5c368946fd57bb9e79df3bfb..fe79cb3c2d8346616b65d61053e0059cee6db0ba 100644 (file)
@@ -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