summaryrefslogtreecommitdiff
path: root/libmultipath
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-11-29 09:55:41 +0100
committerChristophe Varoqui <root@xa-s05.(none)>2005-11-29 09:55:41 +0100
commit5a86cbd8a91c2b27ee4b37b425f312a5563a48d1 (patch)
treeaa21a4ebaef0eb0bb4c09e2e5f44cc9b258eb3c7 /libmultipath
parentd742fc2d65c53e8582c2c51aac83bc0b66ba65b0 (diff)
downloadmultipath-tools-5a86cbd8a91c2b27ee4b37b425f312a5563a48d1.tar.gz
multipath-tools-5a86cbd8a91c2b27ee4b37b425f312a5563a48d1.tar.bz2
multipath-tools-5a86cbd8a91c2b27ee4b37b425f312a5563a48d1.zip
[libmultipath] max column size incorrectly trimed to 32 in previous patch
Set it back to 64 to enable display of full wwid fields.
Diffstat (limited to 'libmultipath')
-rw-r--r--libmultipath/print.h2
1 files changed, 1 insertions, 1 deletions
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 {