]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 25 May 2010 13:18:56 +0000 (13:18 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 25 May 2010 13:18:56 +0000 (13:18 +0000)
magick/utility.c

index 1a7c849b1b7a0e9e1752d4586c6514de41e9814f..f909892b80959896ffcc27e97aeeea1a2200a045 100644 (file)
@@ -1291,6 +1291,9 @@ MagickExport void GetPathComponent(const char *path,PathType type,
   {
     if ((*p == '%') && (*(p+1) == '['))
       {
+        /*
+          Skip over %[...].
+        */
         for (p++; (*p != ']') && (*p != '\0'); p++) ;
         if (*p == '\0')
           break;