- fixed problem when powering the card

- removed unused code that had to do with slot-complexity


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@387 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-01-15 00:35:52 +00:00
parent 19f8608712
commit da44cd7f86
2 changed files with 61 additions and 58 deletions

View File

@@ -1728,6 +1728,7 @@ done:
int
main (int argc, char **argv)
{
/*printf("%s:%d\n", __FILE__, __LINE__);*/
int fd, c, i;
int oindex = 0;
@@ -1810,7 +1811,7 @@ main (int argc, char **argv)
}
if (ccid_initialize(usb_reader_num, cdriver, verbose) < 0) {
perror("Can't initialize ccid");
fprintf (stderr, "Can't initialize ccid\n");
return 1;
}