Code

typo fix from libcroco list
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 14 Mar 2007 23:52:02 +0000 (23:52 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 14 Mar 2007 23:52:02 +0000 (23:52 +0000)
src/libcroco/cr-tknzr.c

index 4eb9db7a19a5c5d5c90af846f86e89ee282ba16e..4e62a690efbf6a6d612c360e4b2d144483a76661 100644 (file)
@@ -2389,7 +2389,7 @@ cr_tknzr_get_next_token (CRTknzr * a_this, CRToken ** a_tk)
                                 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') {