[Libosinfo] [PATCH 04/12] loader: Load volume-size for ISO9660 medias

Christophe Fergeau cfergeau at redhat.com
Mon Mar 16 09:57:20 UTC 2015


On Sun, Mar 15, 2015 at 04:04:51PM +0000, Zeeshan Ali (Khattak) wrote:
> ---
>  osinfo/osinfo_loader.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.c
> index 845eda3..4e8f942 100644
> --- a/osinfo/osinfo_loader.c
> +++ b/osinfo/osinfo_loader.c
> @@ -999,7 +999,9 @@ static OsinfoMedia *osinfo_loader_media(OsinfoLoader *loader,
>               strcmp((const gchar *)nodes[i]->name,
>                      OSINFO_MEDIA_PROP_APPLICATION_ID) != 0 &&
>               strcmp((const gchar *)nodes[i]->name,
> -                    OSINFO_MEDIA_PROP_LANG) != 0))
> +                    OSINFO_MEDIA_PROP_LANG) != 0 &&
> +             strcmp((const gchar *)nodes[i]->name,
> +                    OSINFO_MEDIA_PROP_VOLUME_SIZE) != 0))
>              continue;
>  
>          if (strcmp((const gchar *)nodes[i]->name,

I'd squash the first patch (schema change) here as this is when we
change the XML parsing to handle the new attribute.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20150316/7cf95d98/attachment.sig>


More information about the Libosinfo mailing list