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.123 by root, Sun Dec 8 20:44:23 2013 UTC vs.
Revision 1.124 by root, Mon Nov 24 18:42:51 2014 UTC

1104 *cur++ = *dec_cur++; 1104 *cur++ = *dec_cur++;
1105 while (--clen); 1105 while (--clen);
1106 1106
1107 utf8 = 1; 1107 utf8 = 1;
1108 } 1108 }
1109 else if (ch == '\t' && dec->json.flags & F_RELAXED)
1110 *cur++ = ch;
1109 else 1111 else
1110 { 1112 {
1111 --dec_cur; 1113 --dec_cur;
1112 1114
1113 if (!ch) 1115 if (!ch)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines