Hi,

  There is a bug in the latest SVN version in cr_tknzr_get_next_token
which has:

  ...
  next_bytes[0] = BYTE (input, 1, NULL);
  next_bytes[1] = BYTE (input, 2, NULL);
  next_bytes[2] = BYTE (input, 3, NULL);
  next_bytes[3] = BYTE (input, 3, NULL);
  ...

The last 3 should be a 4.

regards,
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
_______________________________________________
Libcroco-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/libcroco-list

Reply via email to