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.95 by root, Sun Nov 26 22:47:58 2006 UTC vs.
Revision 1.96 by root, Sat Dec 23 04:49:37 2006 UTC

1446 length = svlen - dataoffset; 1446 length = svlen - dataoffset;
1447 } 1447 }
1448 else 1448 else
1449 { 1449 {
1450 /* read: grow scalar as necessary */ 1450 /* read: grow scalar as necessary */
1451 svptr = SvGROW (data, length + dataoffset); 1451 svptr = SvGROW (data, length + dataoffset + 1);
1452 } 1452 }
1453 1453
1454 if (length < 0) 1454 if (length < 0)
1455 croak ("length must not be negative"); 1455 croak ("length must not be negative");
1456 1456

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines