ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.138 by root, Tue Apr 21 20:06:05 2009 UTC vs.
Revision 1.139 by root, Tue Apr 21 20:12:56 2009 UTC

694 /* read: check type and grow scalar as necessary */ 694 /* read: check type and grow scalar as necessary */
695 SvUPGRADE (data, SVt_PV); 695 SvUPGRADE (data, SVt_PV);
696 svptr = SvGROW (data, len + dataoffset + 1); 696 svptr = SvGROW (data, len + dataoffset + 1);
697 } 697 }
698 698
699 if (len < 0)
700 croak ("length must not be negative");
701
702 { 699 {
703 dREQ; 700 dREQ;
704 701
705 req->type = ix; 702 req->type = ix;
706 req->sv1 = newSVsv (fh); 703 req->sv1 = newSVsv (fh);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines