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

commit 2d047ab611ccec44bb84c50d2268ed7cfaca585a
Author: John Darrington <[email protected]>
Date:   Mon Dec 26 11:22:49 2016 +0100

    installer: Replace some instances of "car".
    
    * gnu/system/installer/network.scm: car --> inner
    * gnu/system/installer/wireless.scm: car --> inner
---
 gnu/system/installer/network.scm  |    2 +-
 gnu/system/installer/wireless.scm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/installer/network.scm b/gnu/system/installer/network.scm
index e17f940..6b954d9 100644
--- a/gnu/system/installer/network.scm
+++ b/gnu/system/installer/network.scm
@@ -138,7 +138,7 @@
              2 1
              #:title (page-title p)))
         (text-window (derwin
-                      (car pr)
+                      (inner pr)
                       5 (getmaxx (inner pr))
                       0 0
                       #:panel #f))
diff --git a/gnu/system/installer/wireless.scm 
b/gnu/system/installer/wireless.scm
index 26b08d8..3eeb532 100644
--- a/gnu/system/installer/wireless.scm
+++ b/gnu/system/installer/wireless.scm
@@ -115,7 +115,7 @@ network={
              2 1
              #:title (page-title p)))
         (text-window (derwin
-                      (car pr)
+                      (inner pr)
                       5 (getmaxx (inner pr))
                       0 0
                       #:panel #f))

Reply via email to