chiark / gitweb /
use correct format types
[elogind.git] / src / udev / collect / collect.c
index 90df360eb2b5ec110f1fc5e420250eb389072ca2..16675fbe0e0feab01eadfd16dfc6a3535407f8f8 100644 (file)
@@ -153,7 +153,7 @@ static int checkout(int fd)
                         if (!ptr && word < (buf + len)) {
                                 bufsize = bufsize << 1;
                                 if (debug)
-                                        fprintf(stderr, "ID overflow, restarting with size %zi\n", bufsize);
+                                        fprintf(stderr, "ID overflow, restarting with size %zu\n", bufsize);
                                 free(buf);
                                 lseek(fd, 0, SEEK_SET);
                                 goto restart;