mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
fa47ca4e68
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
14 lines
621 B
Diff
14 lines
621 B
Diff
diff -rupN gnokii-0.6.29.orig/common/phones/pcsc.c gnokii-0.6.29new/common/phones/pcsc.c
|
|
--- gnokii-0.6.29.orig/common/phones/pcsc.c 2010-07-29 08:38:28.000000000 +1000
|
|
+++ gnokii-0.6.29/common/phones/pcsc.c 2010-07-29 08:51:29.000000000 +1000
|
|
@@ -199,8 +199,8 @@ static gn_error get_gn_error(PCSC_IOSTRU
|
|
case SCARD_W_UNPOWERED_CARD:
|
|
case SCARD_W_RESET_CARD:
|
|
case SCARD_W_REMOVED_CARD:
|
|
- case SCARD_W_INSERTED_CARD:
|
|
- return GN_ERR_SIMPROBLEM;
|
|
+ /* removed in pscc case SCARD_W_INSERTED_CARD:
|
|
+ return GN_ERR_SIMPROBLEM; */
|
|
case SCARD_E_NO_MEMORY:
|
|
return GN_ERR_MEMORYFULL;
|
|
case SCARD_F_WAITED_TOO_LONG:
|