using proper type for getline result

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@84 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-04-29 07:33:45 +00:00
parent 06375ec693
commit 4ebf93e51b

View File

@@ -890,7 +890,8 @@ int pace_test(sc_card_t *card,
u8 buf[0xff + 5];
char *read = NULL;
__u8 *out = NULL;
size_t outlen, readlen = 0, linelen, apdulen;
size_t outlen, readlen = 0, apdulen;
ssize_t linelen;
struct sm_ctx sctx;
sc_apdu_t apdu;
int r;