Whamcloud - gitweb
DRANGE: use %#x format specifier
authornikita <nikita>
Thu, 19 Oct 2006 22:51:24 +0000 (22:51 +0000)
committernikita <nikita>
Thu, 19 Oct 2006 22:51:24 +0000 (22:51 +0000)
lustre/include/lustre/lustre_idl.h

index c23b7f8..8616386 100644 (file)
@@ -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, \