Re: confusing error message patch

2006-03-10 Thread Philippe M. Chiasson
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

Re: confusing error message patch

2006-03-08 Thread Geoffrey Young
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

Re: confusing error message patch

2006-03-08 Thread Philippe M. Chiasson
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

confusing error message patch

2006-03-07 Thread Frank Wiles
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". --