Whamcloud - gitweb
fix tiny nit from previous commit
authorJohann Lombardi <johann@sun.com>
Thu, 14 Jan 2010 14:20:02 +0000 (15:20 +0100)
committerJohann Lombardi <johann@sun.com>
Thu, 14 Jan 2010 14:20:02 +0000 (15:20 +0100)
lustre/utils/mkfs_lustre.c

index fcef47e..2cd9fe9 100644 (file)
@@ -700,7 +700,7 @@ int make_lustre_backfs(struct mkfs_opts *mop)
         strscat(mkfs_cmd, " ", sizeof(mkfs_cmd));
         strscat(mkfs_cmd, dev, sizeof(mkfs_cmd));
         if (block_count != 0) {
-                sprintf(buf, LPU64, block_count);
+                sprintf(buf, " "LPU64, block_count);
                 strscat(mkfs_cmd, buf, sizeof(mkfs_cmd));
         }