non_ascii_error_message (lexical_context_ty lcontext,
const char *file_name, size_t line_number)
{
- char buffer[21];
+ char buffer[22];
char *errmsg;
if (line_number == (size_t)(-1))
non_utf8_error_message (lexical_context_ty lcontext,
const char *file_name, size_t line_number)
{
- char buffer[21];
+ char buffer[22];
char *errmsg;
if (line_number == (size_t)(-1))
/* Extracting a message. Accumulating the message list.
- Copyright (C) 2001-2020 Free Software Foundation, Inc.
+ Copyright (C) 2001-2020, 2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
/* The string is not a valid format string. */
if (is_format[i] != possible)
{
- char buffer[21];
+ char buffer[22];
error_with_progname = false;
if (pos->line_number == (size_t)(-1))
if (possible_format_p (is_format[format_python])
&& get_python_format_unnamed_arg_count (string) > 1)
{
- char buffer[21];
+ char buffer[22];
error_with_progname = false;
if (pos->line_number == (size_t)(-1))
if (msgctxt == NULL && msgid[0] == '\0' && !xgettext_omit_header)
{
- char buffer[21];
+ char buffer[22];
error_with_progname = false;
if (pos->line_number == (size_t)(-1))
{
lex_pos_ty pos1;
lex_pos_ty pos2;
- char buffer1[21];
- char buffer2[21];
+ char buffer1[22];
+ char buffer2[22];
if (pluralp)
{