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.239 by root, Tue Feb 23 19:42:43 2016 UTC vs.
Revision 1.240 by root, Tue Feb 23 19:42:59 2016 UTC

1316#else 1316#else
1317 STRLEN need = 256; 1317 STRLEN need = 256;
1318#endif 1318#endif
1319 1319
1320 if (svlen < need) 1320 if (svlen < need)
1321 svptr = SvGROW (arg, need + 1); 1321 svptr = SvGROW (arg, need);
1322 } 1322 }
1323 else 1323 else
1324 svptr = (char *)SvIV (arg); 1324 svptr = (char *)SvIV (arg);
1325 1325
1326 { 1326 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines