[libcroco-list] Typo in cr_tknzr_get_next_token



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:bjoern hoehrmann de · 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/ 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]