cleaned up scutils
- moved write/read_binary_rec to scutil.c - removed unused handling of card driver
This commit is contained in:
@@ -59,7 +59,7 @@ main (int argc, char **argv)
|
||||
|
||||
|
||||
/* Connect to a reader and the nPA */
|
||||
r = initialize(reader_num, NULL, 0, &ctx, &reader);
|
||||
r = initialize(reader_num, 0, &ctx, &reader);
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "Can't initialize reader\n");
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user