diff options
-rwxr-xr-x | tools/virt-make-fs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 16f02a91..46edbea6 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -393,6 +393,8 @@ if (!defined $size) { } } +$size = int ($size); + # Create the output disk. # Take the unusual step of invoking qemu-img here. |