guix-commits
[Top][All Lists]
Advanced

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

38/80: installer: Replace some instances of "car".


From: John Darrington
Subject: 38/80: installer: Replace some instances of "car".
Date: Tue, 3 Jan 2017 15:49:43 +0000 (UTC)

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

commit 2d047ab611ccec44bb84c50d2268ed7cfaca585a
Author: John Darrington <address@hidden>
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

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