size = FAT_SIZE_PTR;
format++;
}
- }
+ }
switch (*format)
{
for (j = 0; j < mlp->nitems; j++)
if (mlp->item[j]->msgid[0] == '\0' /* && !mlp->item[j]->obsolete */)
{
- const char *header = mlp->item[j]->msgstr;
+ const char *header = mlp->item[j]->msgstr;
if (header != NULL)
{
for (j = 0; j < mlp->nitems; j++)
if (mlp->item[j]->msgid[0] == '\0' && !mlp->item[j]->obsolete)
{
- const char *header = mlp->item[j]->msgstr;
+ const char *header = mlp->item[j]->msgstr;
if (header != NULL)
{
static char *
read_escaped_string (bool in_key)
{
- static unsigned short *buffer;
+ static unsigned short *buffer;
static size_t bufmax;
static size_t buflen;
int c;
_("message catalog has plural form translations, but the output format does not support them."));
error_with_progname = true;
}
- }
+ }
}
/* Open the output file. */
}
file_name = concatenated_pathname (directory, frobbed_locale_name, ".msg");
-
+
output_file = fopen (file_name, "w");
if (output_file == NULL)
{