mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fix format warning
This commit is contained in:
parent
d18a142328
commit
fec4268921
@ -333,11 +333,11 @@ static USHORT do_msgs( const TEXT* filename, const TEXT* locale, bool sw_warning
|
|||||||
END_FOR;
|
END_FOR;
|
||||||
if (!found_one && sw_warning)
|
if (!found_one && sw_warning)
|
||||||
printf
|
printf
|
||||||
("build_file: Warning - no %s translation of msg# %ld\n",
|
("build_file: Warning - no %s translation of msg# %"QUADFORMAT"d\n",
|
||||||
locale, X.CODE);
|
locale, X.CODE);
|
||||||
if (found_one > 1 && sw_warning)
|
if (found_one > 1 && sw_warning)
|
||||||
printf
|
printf
|
||||||
("build_file: Warning - multiple %s translations of msg# %ld\n",
|
("build_file: Warning - multiple %s translations of msg# %"QUADFORMAT"d\n",
|
||||||
locale, X.CODE);
|
locale, X.CODE);
|
||||||
if (found_one != 1)
|
if (found_one != 1)
|
||||||
warning_counter++;
|
warning_counter++;
|
||||||
|
Loading…
Reference in New Issue
Block a user