]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Fri, 25 Mar 2016 23:22:45 +0000 (19:22 -0400)
committerCristy <urban-warrior@imagemagick.org>
Fri, 25 Mar 2016 23:22:45 +0000 (19:22 -0400)
MagickCore/token.c

index e36d216fdf1a4c9702529760cdc99cbc77063434..f22b22f0b1e56ea8f209054326544bd9b6d86180 100644 (file)
@@ -155,7 +155,8 @@ MagickExport TokenInfo *DestroyTokenInfo(TokenInfo *token_info)
 %
 %  The format of the GetMagickToken method is:
 %
-%      void GetMagickToken(const char *start,const char **end,char *token)
+%      void GetMagickToken(const char *start,const char **end,
+%        const size_t extent,char *token)
 %
 %  A description of each parameter follows:
 %