guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/197: installer: fix warning in usage of "format".


From: Danny Milosavljevic
Subject: 05/197: installer: fix warning in usage of "format".
Date: Mon, 3 Jul 2017 20:36:50 -0400 (EDT)

dannym pushed a commit to branch wip-installer-2
in repository guix.

commit fbb82c49a47842b3d30b1e5acd9fe2af40589e75
Author: John Darrington <address@hidden>
Date:   Sat Dec 17 14:39:04 2016 +0100

    installer: fix warning in usage of "format".
    
    * gnu/system/installer/filesystems.scm (filesyustem-page-init): Add missing 
port parameter.
---
 gnu/system/installer/filesystems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/installer/filesystems.scm 
b/gnu/system/installer/filesystems.scm
index a102d78..0ca7dec 100644
--- a/gnu/system/installer/filesystems.scm
+++ b/gnu/system/installer/filesystems.scm
@@ -177,7 +177,7 @@
                             (let* ((part (car d))
                                   (name (partition-name part)))
 
-                              (format "~30a ~7a ~16a ~a"
+                              (format #f "~30a ~7a ~16a ~a"
                                       name
                                       (number->size (partition-size part))
                                       (partition-fs part)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]