From: Pavel Charvat Date: Sun, 20 Jan 2008 23:30:52 +0000 (+0100) Subject: Reverted invalid "bugfix", the previous version was correct :) X-Git-Tag: holmes-import~464 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6533864d5b1c7f9181398306e2ebce2c3565096a;p=libucw.git Reverted invalid "bugfix", the previous version was correct :) --- diff --git a/sherlock/xml/parse.c b/sherlock/xml/parse.c index ffb3d4e6..f9383ca7 100644 --- a/sherlock/xml/parse.c +++ b/sherlock/xml/parse.c @@ -1111,7 +1111,7 @@ epilog: uns xml_parse(struct xml_context *ctx) { - /* This cycle should run only once even when the user overrides the value of ctx->pull in a SAX handler */ + /* This cycle should run only unless the user overrides the value of ctx->pull in a SAX handler */ do { ctx->pull = 0;