Re: [Qemu-devel] [PATCH] libcacard: fix opposite usage of isspace

2011-04-18 Thread Aurelien Jarno
On Wed, Apr 13, 2011 at 02:42:00PM +0300, Alon Levy wrote: > Signed-off-by: Alon Levy > --- > libcacard/vcard_emul_nss.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Thanks, applied. > diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c > index 71f2ba3..baada

Re: [Qemu-devel] [PATCH] libcacard: fix opposite usage of isspace

2011-04-13 Thread Hans de Goede
This is the result of an of the list discussion with me, and I can confirm this fixes the issues I was seeing: Tested-by: Hans de Goede On 04/13/2011 01:42 PM, Alon Levy wrote: Signed-off-by: Alon Levy --- libcacard/vcard_emul_nss.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[Qemu-devel] [PATCH] libcacard: fix opposite usage of isspace

2011-04-13 Thread Alon Levy
Signed-off-by: Alon Levy --- libcacard/vcard_emul_nss.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c index 71f2ba3..baada52 100644 --- a/libcacard/vcard_emul_nss.c +++ b/libcacard/vcard_emul_nss.c @@ -955,7 +95