qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [7234] Use a more natural order


From: Blue Swirl
Subject: Re: [Qemu-devel] [7234] Use a more natural order
Date: Thu, 23 Apr 2009 21:43:08 +0300

On 4/23/09, Andreas Färber <address@hidden> wrote:
>
>  Am 23.04.2009 um 20:29 schrieb Blue Swirl:
>
>
> > Revision: 7234
> >
> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7234
> > Author:   blueswir1
> > Date:     2009-04-23 18:29:47 +0000 (Thu, 23 Apr 2009)
> > Log Message:
> > -----------
> > Use a more natural order
> >
> > Modified Paths:
> > --------------
> >   trunk/hw/xen_console.c
> >   trunk/hw/xen_disk.c
> >   trunk/hw/xen_domainbuild.c
> >
> > Modified: trunk/hw/xen_console.c
> >
> ===================================================================
> > --- trunk/hw/xen_console.c      2009-04-23 13:16:56 UTC (rev 7233)
> > +++ trunk/hw/xen_console.c      2009-04-23 18:29:47 UTC (rev 7234)
> > @@ -189,7 +189,7 @@
> >    free(dom);
> >
> >    type = xenstore_read_str(con->console, "type");
> > -    if (!type || 0 != strcmp(type, "ioemu")) {
> > +    if (!type || strcmp(type, "ioemu" != 0)) {
> >
>
>  Wrong bracket position.

Thanks, fixed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]