From 5a86cbd8a91c2b27ee4b37b425f312a5563a48d1 Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Tue, 29 Nov 2005 09:55:41 +0100 Subject: [PATCH] [libmultipath] max column size incorrectly trimed to 32 in previous patch Set it back to 64 to enable display of full wwid fields. --- libmultipath/print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/print.h b/libmultipath/print.h index 944ef29..9be2089 100644 --- a/libmultipath/print.h +++ b/libmultipath/print.h @@ -32,7 +32,7 @@ #define PRINT_MAP_STATS "%w %d %0 %1 %2 %3 %4" #define MAX_LINE_LEN 80 -#define MAX_FIELD_LEN 32 +#define MAX_FIELD_LEN 64 #define PROGRESS_LEN 10 struct path_layout { -- 2.7.4