8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

Correct format specifiers

This commit is contained in:
hvlad 2014-05-16 12:59:48 +00:00
parent d8cefdea39
commit 2167ea13e9

View File

@ -684,8 +684,8 @@ static const TEXT msg_table[VAL_MAX_ERROR][80] =
"SCN's page %"ULONGFORMAT" (sequence %"ULONGFORMAT") inconsistent",
"Page %"ULONGFORMAT" has SCN %"ULONGFORMAT" while at SCN's page it is %"ULONGFORMAT,
"Blob %"SQUADFORMAT" has unknown level %d instead of (0, 1, 2)",
"Index %d has inconsistent left sibling pointer, page %ld level %ld",
"Index %d misses node on page %ld level %ld"
"Index %d has inconsistent left sibling pointer, page %"ULONGFORMAT" level %d",
"Index %d misses node on page %"ULONGFORMAT" level %d"
};