summaryrefslogtreecommitdiff
path: root/lib/datastruct
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-05-09 17:45:06 +0000
committerAlasdair Kergon <agk@redhat.com>2005-05-09 17:45:06 +0000
commitc44c04a6d7467bdb5eb3d5a994ec1fe35e012d43 (patch)
tree1391b5900544c14cd7cca742a63adceee04e74af /lib/datastruct
parentbbdd74e0fa15057b91402ca92250cb713a2836a8 (diff)
downloadlvm2-c44c04a6d7467bdb5eb3d5a994ec1fe35e012d43.tar.gz
%Zu->zu
Diffstat (limited to 'lib/datastruct')
-rw-r--r--lib/datastruct/lvm-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/datastruct/lvm-types.h b/lib/datastruct/lvm-types.h
index 241e5e5f6..3d35ca6e5 100644
--- a/lib/datastruct/lvm-types.h
+++ b/lib/datastruct/lvm-types.h
@@ -22,7 +22,7 @@
#include <inttypes.h>
/* Define some portable printing types */
-#define PRIsize_t "Zu"
+#define PRIsize_t "zu"
struct str_list {
struct list list;