diff options
Diffstat (limited to 'src/rfid_reader_cm5121_openct.c')
-rw-r--r-- | src/rfid_reader_cm5121_openct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rfid_reader_cm5121_openct.c b/src/rfid_reader_cm5121_openct.c index 801f076..244ecee 100644 --- a/src/rfid_reader_cm5121_openct.c +++ b/src/rfid_reader_cm5121_openct.c @@ -13,8 +13,8 @@ static int slot = 1; /* this is the sole function required by rfid_reader_cm5121.c */ int PC_to_RDR_Escape(void *handle, - const unsigned char *tx_buf, unsigned int tx_len, - unsigned char *rx_buf, unsigned int *rx_len) + const unsigned char *tx_buf, size_t tx_len, + unsigned char *rx_buf, size_t *rx_len) { int rc; ct_handle *h = (ct_handle *) handle; |