From 2167ea13e96df32031ce793bef40d1846c6a950b Mon Sep 17 00:00:00 2001 From: hvlad Date: Fri, 16 May 2014 12:59:48 +0000 Subject: [PATCH] Correct format specifiers --- src/jrd/validation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jrd/validation.cpp b/src/jrd/validation.cpp index 51d7c6b9b5..07693692da 100644 --- a/src/jrd/validation.cpp +++ b/src/jrd/validation.cpp @@ -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" };