From 3b4ebc0c4c0a0090e0f120ac1129dcd263970a8b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 31 Jul 2009 14:43:03 +0000 Subject: we should use fs::format for that --- lib/MDV/Draklive/Utils.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/MDV/Draklive/Utils.pm') diff --git a/lib/MDV/Draklive/Utils.pm b/lib/MDV/Draklive/Utils.pm index 4dd9a3c..12ce647 100644 --- a/lib/MDV/Draklive/Utils.pm +++ b/lib/MDV/Draklive/Utils.pm @@ -62,6 +62,7 @@ sub device_allocate_file { } #- format $device as type $type +# FIXME: use fs::format sub device_mkfs { my ($device, $type, $o_inode_size) = @_; if ($type eq 'vfat') { -- cgit v1.2.1