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

Comparing JSON-XS/XS.xs (file contents):
Revision 1.18 by root, Sun Mar 25 21:19:13 2007 UTC vs.
Revision 1.19 by root, Sun Mar 25 21:52:47 2007 UTC

963 dec.end = SvEND (string); 963 dec.end = SvEND (string);
964 dec.err = 0; 964 dec.err = 0;
965 dec.depth = 0; 965 dec.depth = 0;
966 dec.maxdepth = DEC_DEPTH (dec.flags); 966 dec.maxdepth = DEC_DEPTH (dec.flags);
967 967
968 *SvEND (sv) = 0; // this shou[ld basically be a nop, too 968 *SvEND (string) = 0; // this should basically be a nop, too
969 sv = decode_sv (&dec); 969 sv = decode_sv (&dec);
970 970
971 if (!sv) 971 if (!sv)
972 { 972 {
973 IV offset = dec.flags & F_UTF8 973 IV offset = dec.flags & F_UTF8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines