Sync w/ libnfc-1.5.1.

This commit is contained in:
Romain Tartiere 2011-09-22 13:05:07 +00:00
parent 76d325f47b
commit 0a7ce855b8
4 changed files with 6 additions and 6 deletions

View file

@ -89,7 +89,7 @@
do { \
errno = 0; \
DEBUG_XFER (msg, __##msg##_n, "===> "); \
if (!(nfc_initiator_transceive_bytes (tag->device, msg, __##msg##_n, res, &__##res##_n))) { \
if (!(nfc_initiator_transceive_bytes (tag->device, msg, __##msg##_n, res, &__##res##_n, NULL))) { \
if (disconnect) { \
tag->active = false; \
} \