aboutsummaryrefslogtreecommitdiff
path: root/libcacard/card_7816.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-10-31 10:14:06 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-10-31 10:14:06 -0500
commitacba391493badb972db654fa1299052fce0379a3 (patch)
treebfd6f7a557cbe65ed77e83ceb2c404fa0f4fd870 /libcacard/card_7816.c
parenteca968d0d4250fe95abbc7ea99f887142f44b4e0 (diff)
parentd9676f82e54cc7503ad3eb28f996edfeff58a870 (diff)
downloadqemu-acba391493badb972db654fa1299052fce0379a3.zip
qemu-acba391493badb972db654fa1299052fce0379a3.tar.gz
qemu-acba391493badb972db654fa1299052fce0379a3.tar.bz2
Merge remote-tracking branch 'alon/pull-libcacard-assert' into staging
Diffstat (limited to 'libcacard/card_7816.c')
-rw-r--r--libcacard/card_7816.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcacard/card_7816.c b/libcacard/card_7816.c
index 9fd59d4..6fe27d5 100644
--- a/libcacard/card_7816.c
+++ b/libcacard/card_7816.c
@@ -754,7 +754,7 @@ vcard_process_apdu(VCard *card, VCardAPDU *apdu, VCardResponse **response)
return vcard7816_vm_process_apdu(card, apdu, response);
case VCARD_DIRECT:
/* if we are type direct, then the applet should handle everything */
- assert("VCARD_DIRECT: applet failure");
+ assert(!"VCARD_DIRECT: applet failure");
break;
}
*response =