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

Correct format specifiers

This commit is contained in:
hvlad 2014-05-16 13:01:44 +00:00
parent cb148258e7
commit 25b1575627

View File

@ -646,8 +646,8 @@ static const TEXT msg_table[VAL_MAX_ERROR][68] =
"Index %d is corrupt (missing entries)",
"Index %d has orphan child page at page %ld",
"Index %d has a circular reference at page %ld", // 25
"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 %ld level %d",
"Index %d misses node on page %ld level %d"
};