8
0
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:
brodsom 2004-08-26 17:54:19 +00:00
parent d18a142328
commit fec4268921

View File

@ -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++;