From 832ccc69693701cbefe653dfdf4f4d2f12e62b61 Mon Sep 17 00:00:00 2001 From: uid67408 Date: Mon, 29 Dec 2003 07:38:23 +0000 Subject: [PATCH] Fix typo. --- v7/src/xml/xml-parser.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/xml/xml-parser.scm b/v7/src/xml/xml-parser.scm index fc607f88d..9d1162ff3 100644 --- a/v7/src/xml/xml-parser.scm +++ b/v7/src/xml/xml-parser.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: xml-parser.scm,v 1.51 2003/12/29 05:07:54 uid67408 Exp $ +$Id: xml-parser.scm,v 1.52 2003/12/29 07:38:23 uid67408 Exp $ Copyright 2001,2002,2003 Massachusetts Institute of Technology @@ -362,7 +362,7 @@ USA. #t (begin (if (not (match-utf8-char-in-alphabet buffer alphabet)) - (let ((p (get-parser-buffer-pointer b)) + (let ((p (get-parser-buffer-pointer buffer)) (c (peek-parser-buffer-char buffer))) ;; Not quite right -- we should be getting the next ;; UTF-8 character, but this gets the next byte. -- 2.25.1