diff --git a/computers.go b/computers.go index 2abccc0..bfd708c 100644 --- a/computers.go +++ b/computers.go @@ -239,7 +239,7 @@ type ComputerDataSubsetSoftware struct { } `xml:"available_software_updates,omitempty"` AvailableUpdates []struct { Update struct { - Text string `xml:",chardata,omitempty"` + Text string `xml:"chardata,omitempty"` Name string `xml:"name,omitempty"` PackageName string `xml:"package_name,omitempty"` Version string `xml:"version,omitempty"`