X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=sherlock%2Fxml%2Fparse.c;h=ef957bc6911632bb4553e63b8ca4f3cb4955255e;hb=d236909d72bab200df1da4220aa8e36e2e92538e;hp=ffb3d4e6e5a8ea97b25075bdf1ad736b1b4b33de;hpb=2b1fe45f13ffad12bf30553a4c4147a48b7c76c3;p=libucw.git diff --git a/sherlock/xml/parse.c b/sherlock/xml/parse.c index ffb3d4e6..ef957bc6 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 once unless the user overrides the value of ctx->pull in a SAX handler */ do { ctx->pull = 0;