Hi Denis,

On Mon, Feb 7, 2011 at 10:30 PM, Denis Kenzior <denk...@gmail.com> wrote:

> Hi Andre,
>
> > Are we reading the same code?
> >
> > for this case we have:
> > numactive != 1  ==> true
> > numheld != 1  ==> false
> >
> > (numactive != 1) && (numheld != 1)  ==>  false
> >
>
> Then shouldn't the patch simply be modified to if (numactive != 1 ||
> numheld != 1)?
>

Yes, if you wish to sacrifice readability for simplicity.

I find my version self explanatory.

Best regards,
André
_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to