summaryrefslogtreecommitdiff
path: root/lib.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib.go')
-rw-r--r--lib.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.go b/lib.go
index c125da6..caaeab2 100644
--- a/lib.go
+++ b/lib.go
@@ -473,6 +473,8 @@ func (avb *attrValBool) UnmarshalXML(d *xml.Decoder, start xml.StartElement) err
return nil
}
}
+ defaultVal := true
+ avb.Val = &defaultVal
return nil
}