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

Comparing CBOR-XS/XS.xs (file contents):
Revision 1.72 by root, Thu Oct 21 01:14:58 2021 UTC vs.
Revision 1.73 by root, Sat Oct 23 03:00:31 2021 UTC

985 } 985 }
986 else if (ecb_expect_true ((U8)(*dec->cur - MAJOR_TEXT) <= LENGTH_EXT8)) 986 else if (ecb_expect_true ((U8)(*dec->cur - MAJOR_TEXT) <= LENGTH_EXT8))
987 { 987 {
988 STRLEN len = decode_uint (dec); 988 STRLEN len = decode_uint (dec);
989 char *key = (char *)dec->cur; 989 char *key = (char *)dec->cur;
990 printf ("len %d\n", len);//D
991 990
992 WANT (len); 991 WANT (len);
993 dec->cur += len; 992 dec->cur += len;
994 993
995 if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8)) 994 if (ecb_expect_false (dec->cbor.flags & F_VALIDATE_UTF8))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines