]> mj.ucw.cz Git - libucw.git/commitdiff
Reverted invalid "bugfix", the previous version was correct :)
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 20 Jan 2008 23:30:52 +0000 (00:30 +0100)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 20 Jan 2008 23:30:52 +0000 (00:30 +0100)
sherlock/xml/parse.c

index ffb3d4e6e5a8ea97b25075bdf1ad736b1b4b33de..f9383ca7501c2b9ddd9e1fdbea01902cd20df779 100644 (file)
@@ -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;