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.204 by root, Sat Oct 1 10:48:04 2011 UTC vs.
Revision 1.205 by root, Sat Oct 1 10:53:47 2011 UTC

870 *wdsv = SvREFCNT_inc_NN (rv); 870 *wdsv = SvREFCNT_inc_NN (rv);
871 *ptr = "."; 871 *ptr = ".";
872 return; /* path set to "." */ 872 return; /* path set to "." */
873 } 873 }
874 else 874 else
875 croak ("IO::AIO: pathname arguments must be specified as strings, an IO::AIO::WD object or a [IO::AIO::WD, path] pair"); 875 croak ("IO::AIO: pathname arguments must be specified as a string, an IO::AIO::WD object or a [IO::AIO::WD, path] pair");
876 } 876 }
877 877
878 *pathsv = newSVsv (path); 878 *pathsv = newSVsv (path);
879 *ptr = SvPVbyte_nolen (*pathsv); 879 *ptr = SvPVbyte_nolen (*pathsv);
880} 880}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines