From 8647d52c5548b2d9d8c3f4e0daff6b518d443766 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 9 Sep 2008 04:33:56 +0000 Subject: [PATCH] Fix typo in RFC 850 date parser. --- v7/src/runtime/datime.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/datime.scm b/v7/src/runtime/datime.scm index 8bcbde746..a10c0a146 100644 --- a/v7/src/runtime/datime.scm +++ b/v7/src/runtime/datime.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: datime.scm,v 14.49 2008/08/29 23:20:04 cph Exp $ +$Id: datime.scm,v 14.50 2008/09/09 04:33:56 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -679,7 +679,7 @@ USA. (vector-ref v 3) 0)) (seq parse-long-day-of-week - "," + ", " parse-rfc850-day " " parse-short-month -- 2.25.1