[libvirt] [PATCH] xenFormatXLDisk: Fix commas for arguments

Ján Tomko jtomko at redhat.com
Thu Oct 20 14:27:00 UTC 2016


On Thu, Oct 20, 2016 at 10:16:05PM +0800, Michal Privoznik wrote:
>instead of:
>
>virBufferAdd(buf, "arg1,");
>virBufferAdd(buf, "arg2");
>
>lets have:
>
>virBufferAdd(buf, "arg1");
>virBufferAdd(buf, ",arg2");
>

Why?

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20161020/55fab851/attachment-0001.sig>


More information about the libvir-list mailing list