gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-19


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-19-g3dac967
Date: Sat, 05 Jun 2010 17:29:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  3dac96714fba1f06445c15e34af3a0c3ad7eb1ce (commit)
      from  59d4eeaa8ac20ad6b0d770f4b1ddf283e2e4edf5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=3dac96714fba1f06445c15e34af3a0c3ad7eb1ce


commit 3dac96714fba1f06445c15e34af3a0c3ad7eb1ce
Author: Guido Falsi <address@hidden>
Date:   Sat Jun 5 19:18:19 2010 +0200

    Make libgnokii compile with libpcsc-lite 1.6.0
    
    SCARD_W_INSERTED_CARD was removed in
    http://svn.debian.org/viewsvn/pcsclite?view=rev&revision=4574

diff --git a/common/phones/pcsc.c b/common/phones/pcsc.c
index d4a976c..bc04c0f 100644
--- a/common/phones/pcsc.c
+++ b/common/phones/pcsc.c
@@ -199,7 +199,6 @@ static gn_error get_gn_error(PCSC_IOSTRUCT *ios, LONG ret)
        case SCARD_W_UNPOWERED_CARD:
        case SCARD_W_RESET_CARD:
        case SCARD_W_REMOVED_CARD:
-       case SCARD_W_INSERTED_CARD:
                return GN_ERR_SIMPROBLEM;
        case SCARD_E_NO_MEMORY:
                return GN_ERR_MEMORYFULL;

-----------------------------------------------------------------------

Summary of changes:
 common/phones/pcsc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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