Fix typo in MIME:PARSE-MULTIPART-PARTS-1.
authorChris Hanson <org/chris-hanson/cph>
Sat, 9 May 2009 21:07:05 +0000 (14:07 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 9 May 2009 21:07:05 +0000 (14:07 -0700)
v7/src/imail/imail-mime.scm

index 8429e3d0218172b6ea9a785c9174074fa8955280..261fe41e7ad99d85cd89b551e8d8202f63f816c2 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: imail-mime.scm,v 1.14 2009/02/03 01:42:10 riastradh Exp $
+$Id: imail-mime.scm,v 1.15 2009/05/06 03:11:42 riastradh Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -581,8 +581,8 @@ USA.
                     (if (boundary-start? boundary-start)
                         (continue part-start
                                   ;; Slurp in the preceding newline.
-                                  (if (= boundary-start start)
-                                      start
+                                  (if (= boundary-start part-start)
+                                      part-start
                                       (- boundary-start 1))
                                   boundary-end
                                   parts)