blob: 89ea4bca4424375ade04bb936f7cc4d60a36d1f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./libbsm/bsm_io.c.orig 2013-02-18 21:07:28.000000000 -0500
+++ ./libbsm/bsm_io.c 2013-02-18 21:07:38.000000000 -0500
@@ -949,7 +949,7 @@
{
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);
|