Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
git-svn-id: svn:https://svn.debian.org/svn/pcsclite/trunk/contrib@6416 0ce88b0d-b2fd-0310-8134-9614164e65ea
  • Loading branch information
LudovicRousseau committed Aug 8, 2012
1 parent 4ad2e02 commit 40753dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libPCSCv2part10/sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ int main(void)
SCARD_SHARE_SHARED, SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1,
&hCard, &dwPref);

/* the interesting part is here */
ret = PCSCv2Part10_find_TLV_property_by_tag_from_hcard(hCard,
PCSCv2_PART10_PROPERTY_wIdVendor, &value);

printf("ret: %d\n", ret);
printf("value for PCSCv2_PART10_PROPERTY_wIdVendor: 0x%04X\n", value),

Expand Down

0 comments on commit 40753dc

Please sign in to comment.