commit | d9ea91322502e02140d21441add0c33a0a10b042 | [log] [tgz] |
---|---|---|
author | Sérgio Batista <mail@se.rg.io> | Mon Jun 09 22:10:15 2014 +0800 |
committer | Daniel Veillard <veillard@redhat.com> | Mon Jun 09 22:10:15 2014 +0800 |
tree | e08d46281526248bb245ed550aebdac98c457b80 | |
parent | 7966a761b77d24a70e8b81057c48319e32fbcc29 [diff] |
xmllint was not parsing the --c14n11 flag Cut and paste error, using the wrong variable
diff --git a/xmllint.c b/xmllint.c index 9d46ac5..b297ded 100644 --- a/xmllint.c +++ b/xmllint.c
@@ -2580,7 +2580,7 @@ fprintf(stderr, "Failed to canonicalize\n"); progresult = XMLLINT_ERR_OUT; } - } else if (canonical) { + } else if (canonical_11) { xmlChar *result = NULL; int size;