[libmultipath] max column size incorrectly trimed to 32 in previous patch
authorChristophe Varoqui <root@xa-s05.(none)>
Tue, 29 Nov 2005 08:55:41 +0000 (09:55 +0100)
committerChristophe Varoqui <root@xa-s05.(none)>
Tue, 29 Nov 2005 08:55:41 +0000 (09:55 +0100)
Set it back to 64 to enable display of full wwid fields.

libmultipath/print.h

index 944ef29..9be2089 100644 (file)
@@ -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 {