diff options
Diffstat (limited to 'innobase/fut/fut0lst.c')
-rw-r--r-- | innobase/fut/fut0lst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/fut/fut0lst.c b/innobase/fut/fut0lst.c index 5aa1975e558..4328fc97b33 100644 --- a/innobase/fut/fut0lst.c +++ b/innobase/fut/fut0lst.c @@ -512,5 +512,5 @@ flst_print( printf("FILE-BASED LIST:\n"); printf("Base node in space %lu page %lu byte offset %lu; len %lu\n", buf_frame_get_space_id(frame), buf_frame_get_page_no(frame), - base - frame, len); + (ulint) (base - frame), len); } |