Skip to content

Commit

Permalink
Bug 801330 - Make ISO2022JPCharLenTable large enough. r=smontagu
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsPalmgren committed Oct 14, 2012
1 parent 9b69b94 commit 6672c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/universalchardet/src/base/nsEscSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ PCK4BITS(eError,eError,eError,eItsMe,eError,eError,eError,eError),//38-3f
PCK4BITS(eError,eError,eError,eError,eItsMe,eError,eStart,eStart) //40-47
};

static const uint32_t ISO2022JPCharLenTable[] = {0, 0, 0, 0, 0, 0, 0, 0};
static const uint32_t ISO2022JPCharLenTable[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};

const SMModel ISO2022JPSMModel = {
{eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, ISO2022JP_cls },
Expand Down

0 comments on commit 6672c6b

Please sign in to comment.