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

Comparing Compress-LZF/LZF.xs (file contents):
Revision 1.10 by root, Tue Mar 26 17:49:24 2002 UTC vs.
Revision 1.11 by root, Wed Apr 10 14:11:48 2002 UTC

343 default: 343 default:
344 croak ("Compress::LZF::sthaw(): invalid data, maybe you need a newer version of Compress::LZF?"); 344 croak ("Compress::LZF::sthaw(): invalid data, maybe you need a newer version of Compress::LZF?");
345 } 345 }
346 } 346 }
347 else 347 else
348 XPUSHs (sv_2mortal (SvREFCNT_inc (sv))); 348 XPUSHs (sv_2mortal (newSVsv (sv)));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines