summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-13 21:44:51 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-13 21:44:51 +0000
commit76c0783693018901aebef00275a8d8532eb8cdbe (patch)
treee93729f9497038d840e2ef23d8e06cf4bf3e4c13 /ACEXML
parent5fdb92f0a6b80f3eaabd36612b2bc84aaf92bf47 (diff)
downloadATCD-76c0783693018901aebef00275a8d8532eb8cdbe.tar.gz
ChangeLogTag: Mon May 13 16:31:33 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/parser/parser/Parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACEXML/parser/parser/Parser.cpp b/ACEXML/parser/parser/Parser.cpp
index 405281e3e00..107b9dcf1ab 100644
--- a/ACEXML/parser/parser/Parser.cpp
+++ b/ACEXML/parser/parser/Parser.cpp
@@ -309,7 +309,7 @@ ACEXML_Parser::parse_xml_prolog (ACEXML_Env &xmlenv)
this->get () == 'd' &&
this->get () == 'i' &&
this->get () == 'n' &&
- this->get () == 'e' &&
+ this->get () == 'g' &&
this->skip_equal () == 0 &&
this->get_quoted_string (astring) == 0)
{
@@ -343,7 +343,7 @@ ACEXML_Parser::parse_xml_prolog (ACEXML_Env &xmlenv)
this->get () == 'l' &&
this->get () == 'o' &&
this->get () == 'n' &&
- this->get () == 'g' &&
+ this->get () == 'e' &&
this->skip_equal () == 0 &&
this->get_quoted_string (astring) == 0)
{