Geoffrey Young wrote:
> Philippe M. Chiasson wrote:
>>Frank Wiles wrote:
>>
>>> Hey Everyone,
>>>
>>> Saw the thread about $r->read($buf,0) and figured it would be wise
>>> to fix the error message to keep someone else from getting confused.
>>>
>>> Here is a small patch to change "The LENGTH arg
Philippe M. Chiasson wrote:
> Frank Wiles wrote:
>
>> Hey Everyone,
>>
>> Saw the thread about $r->read($buf,0) and figured it would be wise
>> to fix the error message to keep someone else from getting confused.
>>
>> Here is a small patch to change "The LENGTH argument can't be
>> negat
Frank Wiles wrote:
> Hey Everyone,
>
> Saw the thread about $r->read($buf,0) and figured it would be wise
> to fix the error message to keep someone else from getting confused.
>
> Here is a small patch to change "The LENGTH argument can't be
> negative" to "The LENGTH argument can't
Hey Everyone,
Saw the thread about $r->read($buf,0) and figured it would be wise
to fix the error message to keep someone else from getting confused.
Here is a small patch to change "The LENGTH argument can't be
negative" to "The LENGTH argument can't be negative or zero".
--