fixed type conversion

This commit is contained in:
Frank Morgner
2021-04-26 17:09:36 +02:00
parent ec14a43530
commit 6c17d8e49d

View File

@@ -46,7 +46,7 @@ static int _vicc_connect(driver_data_t **driver_data)
if (viccatr) {
size_t i;
unsigned char *hex = viccatr;
char *hex = viccatr;
unsigned char *bin = atr;
atr_len = strlen(viccatr);
if (atr_len % 2 != 0) {