From b5e69379205bb913795046b9e1a2998f998b531d Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 19 Oct 2006 22:51:24 +0000 Subject: [PATCH] DRANGE: use %#x format specifier --- lustre/include/lustre/lustre_idl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index c23b7f8..8616386 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -182,7 +182,7 @@ static inline int range_is_exhausted(struct lu_range *r) return range_space(r) == 0; } -#define DRANGE "[0x%16.16"LPF64"x-0x%16.16"LPF64"x]" +#define DRANGE "[%#16.16"LPF64"x-%#16.16"LPF64"x]" #define PRANGE(range) \ (range)->lr_start, \ -- 1.8.3.1