Closed GoogleCodeExporter closed 9 years ago
mfoc.c
684c684
< if (!nfc_initiator_transceive_bytes(r.pdi, Auth, 4, Rx, &RxLen, NULL)) {
---
> if (!nfc_initiator_transceive_bytes(r.pdi, Auth, 4, Rx, &RxLen)) {
mifare.c
103c103
< if (!nfc_initiator_transceive_bytes (pnd, abtCmd, 2 + szParamLen, abtRx,
&szRx, NULL)) {
---
> if (!nfc_initiator_transceive_bytes (pnd, abtCmd, 2 + szParamLen, abtRx,
&szRx)) {
Original comment by superli....@gmail.com
on 27 Sep 2011 at 1:36
This issue was closed by revision r942.
Original comment by romu...@libnfc.org
on 28 Sep 2011 at 3:32
Original issue reported on code.google.com by
superli....@gmail.com
on 27 Sep 2011 at 1:10