Skip to content

Commit

Permalink
Merge pull request from GHSA-67mm-g35x-jv47
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Sep 1, 2023
2 parents 4b66d80 + 97f9a4d commit 8c561ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerEditor/src/uchardet/nsEscSM.cpp
Expand Up @@ -196,7 +196,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 PRUint32 ISO2022JPCharLenTable[] = {0, 0, 0, 0, 0, 0, 0, 0};
static const PRUint32 ISO2022JPCharLenTable[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};

const SMModel ISO2022JPSMModel(
nsPkgInt(eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, ISO2022JP_cls),
Expand Down

0 comments on commit 8c561ba

Please sign in to comment.