Skip to content

Commit

Permalink
correct mistake in msgencod utility code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Oct 1, 2021
1 parent fb82af9 commit 88471ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bld/fe_misc/c/msgencod.c
Original file line number Diff line number Diff line change
Expand Up @@ -1775,6 +1775,7 @@ int main( int argc, char **argv )
bool langs_ok;
int i;

flags.max_len = 127;
langs_ok = _LANG_DEFS_OK();
if( !langs_ok )
fatal( "language index mismatch\n" );
Expand Down

0 comments on commit 88471ea

Please sign in to comment.