]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-intel.c
super-intel.c: use %zu specifier for printf of size_t
[thirdparty/mdadm.git] / super-intel.c
index fcf438c17e7530123f4b3af0ce29919314aecaa4..91479a23b0ecf21c33da8d90c1715467f5ce9c8d 100644 (file)
@@ -4076,7 +4076,7 @@ static struct mdinfo *container_content_imsm(struct supertype *st)
 
                this = malloc(sizeof(*this));
                if (!this) {
-                       fprintf(stderr, Name ": failed to allocate %lu bytes\n",
+                       fprintf(stderr, Name ": failed to allocate %zu bytes\n",
                                sizeof(*this));
                        break;
                }