From 276f1347102dcbc8a9cbcc0705b09d4565f10c0c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 10 Nov 1995 23:49:18 +0000 Subject: [PATCH] Assume that FILE-TIME->STRING will return a plausible string under all circumstances. --- v7/src/edwin/dos.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/edwin/dos.scm b/v7/src/edwin/dos.scm index fcaccb5bd..9f77d0808 100644 --- a/v7/src/edwin/dos.scm +++ b/v7/src/edwin/dos.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dos.scm,v 1.32 1995/11/10 23:48:51 cph Exp $ +;;; $Id: dos.scm,v 1.33 1995/11/10 23:49:18 cph Exp $ ;;; ;;; Copyright (c) 1992-95 Massachusetts Institute of Technology ;;; @@ -152,7 +152,6 @@ (define (generate-dired-entry! file point) (define (file-attributes/ls-time-string attr) - ;; Swap year around to the start (let ((time-string (file-time->string (file-attributes/modification-time attr)))) ;; Move the year from end to start, carrying leading space. -- 2.25.1