From 9906e11572959d7b65ad40e0eeab1a370daf205f Mon Sep 17 00:00:00 2001 From: Audrey Diacre Date: Fri, 9 Dec 2011 16:36:29 +0000 Subject: [PATCH] oups: forgot to uncomment a line. --- test/test_dep_active.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_dep_active.c b/test/test_dep_active.c index b3174c4..65255c5 100644 --- a/test/test_dep_active.c +++ b/test/test_dep_active.c @@ -191,7 +191,7 @@ initiator_thread (void *arg) cut_assert_equal_memory ("\x12\x34\x56\x78", 4, nt.nti.ndi.abtGB, nt.nti.ndi.szGB, cut_message ("Invalid target general bytes")); if (!res) { thread_res = -1; return (void*) thread_res; } - // szRx = sizeof (abtRx); + szRx = sizeof (abtRx); res = nfc_initiator_transceive_bytes (device, abtTx, sizeof (abtTx), abtRx, &szRx, 1000); cut_assert_true (res, cut_message ("Can't transceive bytes to target: %s", nfc_strerror (device)));