cleaned up scutils

- moved write/read_binary_rec to scutil.c
- removed unused handling of card driver
This commit is contained in:
Frank Morgner
2013-06-13 08:25:11 +02:00
parent f73f5a328d
commit 70d10b9410
8 changed files with 147 additions and 172 deletions

View File

@@ -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);