summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63a173e)
raw | patch | inline | side by side (parent: 63a173e)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 14 Mar 2007 23:52:02 +0000 (23:52 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 14 Mar 2007 23:52:02 +0000 (23:52 +0000) |
src/libcroco/cr-tknzr.c | patch | blob | history |
index 4eb9db7a19a5c5d5c90af846f86e89ee282ba16e..4e62a690efbf6a6d612c360e4b2d144483a76661 100644 (file)
--- a/src/libcroco/cr-tknzr.c
+++ b/src/libcroco/cr-tknzr.c
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);
+ next_bytes[3] = BYTE (input, 4, NULL);
if (next_bytes[0] == 'e'
&& next_bytes[1] == 'm') {