From: buliabyak Date: Wed, 14 Mar 2007 23:52:02 +0000 (+0000) Subject: typo fix from libcroco list X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7e2a6804dfcc5976c7ee384d2fc50a91a854adf6;p=inkscape.git typo fix from libcroco list --- diff --git a/src/libcroco/cr-tknzr.c b/src/libcroco/cr-tknzr.c index 4eb9db7a1..4e62a690e 100644 --- a/src/libcroco/cr-tknzr.c +++ b/src/libcroco/cr-tknzr.c @@ -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') {