You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2007/09/21 00:10:53 UTC

Re: svn commit: r577943 - /apr/apr-util/trunk/memcache/apr_memcache.c

pquerna@apache.org wrote:
> 
> @@ -760,7 +760,9 @@
>              *flags_ = atoi(flags);
>  
>          length = apr_strtok(NULL," ",&last);
> -        len = atoi(length);
> +        if (lenth)
               ^typo??

> +            len = atoi(length);
> +
>          if (len < 0)  {
>              *new_length = 0;
>              *baton = NULL;
> 
> 


-- 
===========================================================================
   Jim Jagielski   [|]   jim@jaguNET.com   [|]   http://www.jaguNET.com/
	    "If you can dodge a wrench, you can dodge a ball."

Re: svn commit: r577943 - /apr/apr-util/trunk/memcache/apr_memcache.c

Posted by Paul Querna <ch...@force-elite.com>.
Jim Jagielski wrote:
> pquerna@apache.org wrote:
>> @@ -760,7 +760,9 @@
>>              *flags_ = atoi(flags);
>>  
>>          length = apr_strtok(NULL," ",&last);
>> -        len = atoi(length);
>> +        if (lenth)
>                ^typo??
> 

yep. fixed in r577947.

Re: svn commit: r577943 - /apr/apr-util/trunk/memcache/apr_memcache.c

Posted by Paul Querna <ch...@force-elite.com>.
Jim Jagielski wrote:
> pquerna@apache.org wrote:
>> @@ -760,7 +760,9 @@
>>              *flags_ = atoi(flags);
>>  
>>          length = apr_strtok(NULL," ",&last);
>> -        len = atoi(length);
>> +        if (lenth)
>                ^typo??
> 

yep. fixed in r577947.