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:
parent
cb148258e7
commit
25b1575627
@ -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"
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user