- 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user