From: cristy Date: Mon, 7 Apr 2014 20:48:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66336b0d0c7625c8df9601a1f4b8af36759b5776;p=imagemagick --- diff --git a/MagickCore/string.c b/MagickCore/string.c index 1db06c625..85d2f642c 100644 --- a/MagickCore/string.c +++ b/MagickCore/string.c @@ -2247,7 +2247,8 @@ MagickExport char **StringToArgv(const char *text,int *argc) % % The format of the StringToArrayOfDoubles method is: % -% double *StringToArrayOfDoubles(const char *string,size_t *count) +% double *StringToArrayOfDoubles(const char *string,size_t *count, +% ExceptionInfo *exception) % % A description of each parameter follows: % @@ -2332,7 +2333,7 @@ MagickExport double *StringToArrayOfDoubles(const char *string,ssize_t *count, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% StringToken() Looks for any one of given delimiters and splits the string +% StringToken() looks for any one of given delimiters and splits the string % into two separate strings by replacing the delimiter character found with a % nul character. %