MFp4: change 1191346
In print_header32_tok(), correct printing in the XML case. This lead to invalid XML files before. PR: 176259 Submitted by: zi MFC after: 3 days
This commit is contained in:
parent
ee9da7b840
commit
9c994dd922
@ -949,7 +949,7 @@ print_header32_tok(FILE *fp, tokenstr_t *tok, char *del, int oflags)
|
||||
{
|
||||
|
||||
print_tok_type(fp, tok->id, "header", oflags);
|
||||
if (oflags & AU_OFLAG_RAW) {
|
||||
if (oflags & AU_OFLAG_XML) {
|
||||
open_attr(fp, "version");
|
||||
print_1_byte(fp, tok->tt.hdr32.version, "%u");
|
||||
close_attr(fp);
|
||||
|
Loading…
Reference in New Issue
Block a user